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