request Child Nodes
fun requestChildNodes(input: RequestChildNodesRequest): Single<RequestResponseFrame>
Content copied to clipboard
Requests that children of the node with given id are returned to the caller in form of setChildNodes
events where not only immediate children are retrieved, but all children down to the specified depth.
Sources
jvm source
Link copied to clipboard