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

21 lines
753 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; [Cast](./puppeteer.protocol.cast.md) &gt; [SinksUpdatedEvent](./puppeteer.protocol.cast.sinksupdatedevent.md)
## Protocol.Cast.SinksUpdatedEvent interface
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
<b>Signature:</b>
```typescript
export interface SinksUpdatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [sinks](./puppeteer.protocol.cast.sinksupdatedevent.sinks.md) | [Sink](./puppeteer.protocol.cast.sink.md)<!-- -->\[\] | |