collapseTree()
Collapse a node (row) in a tree view.
Syntax
collapseTree(
treeName STRING,
row INTEGER )
- treeName is the name of the tree view.
- row is the index row number.
Usage
You can use it to collapse a selected node in a specified tree view to test this action in a scenario. For example:
CALL ggc.collapseTree("items", 100)