Angular TreeList Node
A TreeList node's structure.
Type:
You can access nodes using the getRootNode() method and within some event handlers, for example, onNodesInitialized.
key
The node's key.
Type:
any
For plain data, the value of the key depends on the keyExpr option. For hierarchical data, the key can be generated automatically or set in the underlying Store of the data source.
See Also
- key in ArrayStore | CustomStore | LocalStore | ODataStore