[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [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). Signature: ```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) | |