data class MoveToRequest
Request object containing input parameters for the DOMDomain.moveTo command.
<init> |
Request object containing input parameters for the DOMDomain.moveTo command. MoveToRequest(nodeId: NodeId, targetNodeId: NodeId, insertBeforeNodeId: NodeId? = null) |
insertBeforeNodeId |
Drop node before this one (if absent, the moved node becomes the last child of
val insertBeforeNodeId: NodeId? |
nodeId |
Id of the node to move. val nodeId: NodeId |
targetNodeId |
Id of the element to drop the moved node into. val targetNodeId: NodeId |