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

19 lines
822 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; [GlobalLexicalScopeNamesRequest](./puppeteer.protocol.runtime.globallexicalscopenamesrequest.md)
## Protocol.Runtime.GlobalLexicalScopeNamesRequest interface
<b>Signature:</b>
```typescript
export interface GlobalLexicalScopeNamesRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [executionContextId](./puppeteer.protocol.runtime.globallexicalscopenamesrequest.executioncontextid.md) | [ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md) | Specifies in which execution context to lookup global scope variables. |