[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [AudioParamWillBeDestroyedEvent](./puppeteer.protocol.webaudio.audioparamwillbedestroyedevent.md) ## Protocol.WebAudio.AudioParamWillBeDestroyedEvent interface Notifies that an existing AudioParam has been destroyed. Signature: ```typescript export interface AudioParamWillBeDestroyedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [contextId](./puppeteer.protocol.webaudio.audioparamwillbedestroyedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [nodeId](./puppeteer.protocol.webaudio.audioparamwillbedestroyedevent.nodeid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [paramId](./puppeteer.protocol.webaudio.audioparamwillbedestroyedevent.paramid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |