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

14 lines
525 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; [Sink](./puppeteer.protocol.cast.sink.md) &gt; [session](./puppeteer.protocol.cast.sink.session.md)
## Protocol.Cast.Sink.session property
Text describing the current session. Present only if there is an active session on the sink.
<b>Signature:</b>
```typescript
session?: string;
```