[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [NodeParamDisconnectedEvent](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.md) ## Protocol.WebAudio.NodeParamDisconnectedEvent interface Notifies that an AudioNode is disconnected to an AudioParam. Signature: ```typescript export interface NodeParamDisconnectedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [contextId](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [destinationId](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.destinationid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [sourceId](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.sourceid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [sourceOutputIndex](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.sourceoutputindex.md) | number | |