CollectClassNamesFromSubtreeRequest

@Serializable
data class CollectClassNamesFromSubtreeRequest(val nodeId: NodeId)(source)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

Id of the node to collect class names.