mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [InspectNodeRequestedEvent](./puppeteer.protocol.overlay.inspectnoderequestedevent.md)
|
||||
|
||||
## Protocol.Overlay.InspectNodeRequestedEvent interface
|
||||
|
||||
Fired when the node should be inspected. This happens after call to `setInspectMode` or when user manually inspects an element.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export interface InspectNodeRequestedEvent
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [backendNodeId](./puppeteer.protocol.overlay.inspectnoderequestedevent.backendnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Id of the node to inspect. |
|
||||
|
||||
Reference in New Issue
Block a user