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

21 lines
718 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; [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) | |