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

CollectClassNamesFromSubtreeRequest

data class CollectClassNamesFromSubtreeRequest

Request object containing input parameters for the DOMDomain.collectClassNamesFromSubtree command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.collectClassNamesFromSubtree command.

CollectClassNamesFromSubtreeRequest(nodeId: NodeId)

Properties

nodeId

Id of the node to collect class names.

val nodeId: NodeId