puppeteer/new-docs/puppeteer.protocol.webaudio.audionodewillbedestroyedevent.md

22 lines
939 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [WebAudio](./puppeteer.protocol.webaudio.md) &gt; [AudioNodeWillBeDestroyedEvent](./puppeteer.protocol.webaudio.audionodewillbedestroyedevent.md)
## Protocol.WebAudio.AudioNodeWillBeDestroyedEvent interface
Notifies that an existing AudioNode has been destroyed.
<b>Signature:</b>
```typescript
export interface AudioNodeWillBeDestroyedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [contextId](./puppeteer.protocol.webaudio.audionodewillbedestroyedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [nodeId](./puppeteer.protocol.webaudio.audionodewillbedestroyedevent.nodeid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |