[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [ScrollIntoViewIfNeededRequest](./puppeteer.protocol.dom.scrollintoviewifneededrequest.md) ## Protocol.DOM.ScrollIntoViewIfNeededRequest interface Signature: ```typescript export interface ScrollIntoViewIfNeededRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [backendNodeId](./puppeteer.protocol.dom.scrollintoviewifneededrequest.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node. | | [nodeId](./puppeteer.protocol.dom.scrollintoviewifneededrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node. | | [objectId](./puppeteer.protocol.dom.scrollintoviewifneededrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper. | | [rect](./puppeteer.protocol.dom.scrollintoviewifneededrequest.rect.md) | [Rect](./puppeteer.protocol.dom.rect.md) | The rect to be scrolled into view, relative to the node's border box, in CSS pixels. When omitted, center of the node will be used, similar to Element.scrollIntoView. |