interface GridTreeBasicNode {
    depth: number;
    id: GridRowId;
}

Hierarchy (view full)

Properties

Properties

depth: number

Depth of this node in the tree.

The uniq id of this node.