puppeteer/new-docs/puppeteer.protocol.debugger.evaluateoncallframerequest.includecommandlineapi.md
2020-07-13 14:01:35 +01:00

14 lines
700 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; [Debugger](./puppeteer.protocol.debugger.md) &gt; [EvaluateOnCallFrameRequest](./puppeteer.protocol.debugger.evaluateoncallframerequest.md) &gt; [includeCommandLineAPI](./puppeteer.protocol.debugger.evaluateoncallframerequest.includecommandlineapi.md)
## Protocol.Debugger.EvaluateOnCallFrameRequest.includeCommandLineAPI property
Specifies whether command line API should be available to the evaluated expression, defaults to false.
<b>Signature:</b>
```typescript
includeCommandLineAPI?: boolean;
```