puppeteer/new-docs/puppeteer.protocol.cast.sink.md

21 lines
737 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; [Cast](./puppeteer.protocol.cast.md) &gt; [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. |