[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [NodesDisconnectedEvent](./puppeteer.protocol.webaudio.nodesdisconnectedevent.md) ## Protocol.WebAudio.NodesDisconnectedEvent interface Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected. Signature: ```typescript export interface NodesDisconnectedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [contextId](./puppeteer.protocol.webaudio.nodesdisconnectedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [destinationId](./puppeteer.protocol.webaudio.nodesdisconnectedevent.destinationid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [destinationInputIndex](./puppeteer.protocol.webaudio.nodesdisconnectedevent.destinationinputindex.md) | number | | | [sourceId](./puppeteer.protocol.webaudio.nodesdisconnectedevent.sourceid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | | | [sourceOutputIndex](./puppeteer.protocol.webaudio.nodesdisconnectedevent.sourceoutputindex.md) | number | |