A node in the input tree structureNode
Interface
projects/data-display/treetable/models.ts
Import#
import { Node } from '@cngx/data-display/treetable'
Description#
A node in the input tree structure.
Instance Properties#
Optional
Optional child nodes. Absence or an empty array means a leaf node.
The data value associated with this node.