puppeteer/new-docs/puppeteer.protocol.dom.movetorequest.md
2020-07-13 14:01:35 +01:00

1.0 KiB

Home > puppeteer > Protocol > DOM > MoveToRequest

Protocol.DOM.MoveToRequest interface

Signature:

export interface MoveToRequest 

Properties

Property Type Description
insertBeforeNodeId NodeId Drop node before this one (if absent, the moved node becomes the last child of targetNodeId).
nodeId NodeId Id of the node to move.
targetNodeId NodeId Id of the element to drop the moved node into.