21 lines
737 B
Markdown
21 lines
737 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Cast](./puppeteer.protocol.cast.md) > [Sink](./puppeteer.protocol.cast.sink.md)
|
||
|
|
||
|
## Protocol.Cast.Sink interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface Sink
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [id](./puppeteer.protocol.cast.sink.id.md) | string | |
|
||
|
| [name](./puppeteer.protocol.cast.sink.name.md) | string | |
|
||
|
| [session](./puppeteer.protocol.cast.sink.session.md) | string | Text describing the current session. Present only if there is an active session on the sink. |
|
||
|
|