chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / MoveToResponse

MoveToResponse

data class MoveToResponse

Response type for the DOMDomain.moveTo command.

Constructors

<init>

Response type for the DOMDomain.moveTo command.

MoveToResponse(nodeId: NodeId)

Properties

nodeId

New id of the moved node.

val nodeId: NodeId