getNodesCount Method
Returns the total number of nodes
getNodesCount(parentNode?: TreeNodeItem): Promise<number>
Parameter | Type | Description |
---|---|---|
parentNode | TreeNodeItem | The parent node to return children count for. |
Returns - Promise<number>
Defined in
Last Updated: 20 June, 2023