mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
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. |