Skip to main content
cngx-src documentation

CngxTreeNode

Interface

projects/utils/tree.ts

Referenced by#

Import#

import { CngxTreeNode } from '@cngx/utils'

Description#

Input shape for a hierarchical tree. Consumers supply this; library never mutates it. children may be omitted for leaves.

Index#

Instance Properties#

children#unknown
ReadonlyOptional
disabled#boolean
ReadonlyOptional
label#string
ReadonlyOptional
value#T
Readonly