Builder

class Builder(val nodeId: NodeId, val targetNodeId: NodeId)

A builder for CopyToRequest, which allows setting the optional parameters of the DOMDomain.copyTo command via a lambda.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, targetNodeId: NodeId)

Properties

Link copied to clipboard

Drop the copy before this node (if absent, the copy becomes the last child of targetNodeId).

Link copied to clipboard

Id of the node to copy.

Link copied to clipboard

Id of the element to drop the copy into.

Functions

Link copied to clipboard