puppeteer/new-docs/puppeteer.protocol.runtime.getisolateidresponse.id.md
2020-07-13 14:01:35 +01:00

14 lines
506 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [GetIsolateIdResponse](./puppeteer.protocol.runtime.getisolateidresponse.md) &gt; [id](./puppeteer.protocol.runtime.getisolateidresponse.id.md)
## Protocol.Runtime.GetIsolateIdResponse.id property
The isolate id.
<b>Signature:</b>
```typescript
id: string;
```