Copy To Request
data class CopyToRequest(nodeId: NodeId, targetNodeId: NodeId, insertBeforeNodeId: NodeId?)
Content copied to clipboard
Represents request frame that can be used with DOM#copyTo operation call.
Creates a deep copy of the specified node and places it into the target container before the given anchor.
See also
Constructors
CopyToRequest
Link copied to clipboard
fun CopyToRequest(nodeId: NodeId, targetNodeId: NodeId, insertBeforeNodeId: NodeId? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard