collectClassNamesFromSubtree
suspend fun collectClassNamesFromSubtree(args: DOM.CollectClassNamesFromSubtreeParameter, mode: CommandMode = CommandMode.DEFAULT): DOM.CollectClassNamesFromSubtreeReturn
Collects class names for the node with given id and all of it's child nodes.
Collects class names for the node with given id and all of it's child nodes.
Parameters
nodeId
Id of the node to collect class names.