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

22 lines
860 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; [InspectRequestedEvent](./puppeteer.protocol.runtime.inspectrequestedevent.md)
## Protocol.Runtime.InspectRequestedEvent interface
Issued when object should be inspected (for example, as a result of inspect() command line API call).
<b>Signature:</b>
```typescript
export interface InspectRequestedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [hints](./puppeteer.protocol.runtime.inspectrequestedevent.hints.md) | any | |
| [object](./puppeteer.protocol.runtime.inspectrequestedevent.object.md) | [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | |