pl.wendigo.chrome.api.dom / CollectClassNamesFromSubtreeRequest

CollectClassNamesFromSubtreeRequest

data class CollectClassNamesFromSubtreeRequest (source)

Represents request frame that can be used with DOM#collectClassNamesFromSubtree operation call.

Collects class names for the node with given id and all of it's child nodes.

Link
DOM#collectClassNamesFromSubtree method documentation.

See Also

DOMOperations.collectClassNamesFromSubtree

Constructors

<init>

CollectClassNamesFromSubtreeRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#collectClassNamesFromSubtree operation call.

Properties

nodeId

val nodeId: NodeId

Id of the node to collect class names.