Skip to main content
cngx-src documentation

CngxTreetableNode

Interface

projects/data-display/treetable/models.ts

Referenced by#

Import#

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

Description#

A node in the input tree structure.

Index#

Properties

Instance Properties#

Optional

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

value#T

The data value associated with this node.