14 lines
548 B
Markdown
14 lines
548 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [DetachFromTargetRequest](./puppeteer.protocol.target.detachfromtargetrequest.md) > [sessionId](./puppeteer.protocol.target.detachfromtargetrequest.sessionid.md)
|
|
|
|
## Protocol.Target.DetachFromTargetRequest.sessionId property
|
|
|
|
Session to detach.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
sessionId?: SessionID;
|
|
```
|