[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 Signature: ```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. |