Skip to main content
cngx-src documentation

Node

Interface

projects/data-display/treetable/models.ts

Referenced by#

Import#

import { Node } from '@cngx/data-display/treetable'

Description#

A node in the input tree structure.

Index#

Properties

Instance Properties#

children#Node[]
Optional

Optional child nodes. Absence or an empty array means a leaf node.

value#T

The data value associated with this node.