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

CopyToResponse

data class CopyToResponse

Response type for the DOMDomain.copyTo command.

Constructors

<init>

Response type for the DOMDomain.copyTo command.

CopyToResponse(nodeId: NodeId)

Properties

nodeId

Id of the node clone.

val nodeId: NodeId