Builder

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

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

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Id of the node to move.

Link copied to clipboard

Id of the element to drop the moved node into.

Functions

Link copied to clipboard