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:
20
new-docs/puppeteer.protocol.dom.getboxmodelrequest.md
Normal file
20
new-docs/puppeteer.protocol.dom.getboxmodelrequest.md
Normal file
@@ -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) > [DOM](./puppeteer.protocol.dom.md) > [GetBoxModelRequest](./puppeteer.protocol.dom.getboxmodelrequest.md)
|
||||
|
||||
## Protocol.DOM.GetBoxModelRequest interface
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export interface GetBoxModelRequest
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [backendNodeId](./puppeteer.protocol.dom.getboxmodelrequest.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node. |
|
||||
| [nodeId](./puppeteer.protocol.dom.getboxmodelrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node. |
|
||||
| [objectId](./puppeteer.protocol.dom.getboxmodelrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper. |
|
||||
|
||||
Reference in New Issue
Block a user