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

PushNodeByPathToFrontendResponse

data class PushNodeByPathToFrontendResponse

Response type for the DOMDomain.pushNodeByPathToFrontend command.

Constructors

<init>

Response type for the DOMDomain.pushNodeByPathToFrontend command.

PushNodeByPathToFrontendResponse(nodeId: NodeId)

Properties

nodeId

Id of the node for given path.

val nodeId: NodeId