puppeteer/new-docs/puppeteer.protocol.webaudio.audionodecreatedevent.md
2020-07-13 14:01:35 +01:00

21 lines
718 B
Markdown

<!-- 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; [AudioNodeCreatedEvent](./puppeteer.protocol.webaudio.audionodecreatedevent.md)
## Protocol.WebAudio.AudioNodeCreatedEvent interface
Notifies that a new AudioNode has been created.
<b>Signature:</b>
```typescript
export interface AudioNodeCreatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [node](./puppeteer.protocol.webaudio.audionodecreatedevent.node.md) | [AudioNode](./puppeteer.protocol.webaudio.audionode.md) | |