pl.wendigo.chrome.api.dom / MoveToResponse

MoveToResponse

data class MoveToResponse (source)

Represents response frame that is returned from DOM#moveTo operation call. Moves node into the new container, places it before the given anchor.

Link
DOM#moveTo method documentation.

See Also

DOMOperations.moveTo

Constructors

<init>

MoveToResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#moveTo operation call. Moves node into the new container, places it before the given anchor.

Properties

nodeId

val nodeId: NodeId

New id of the moved node.