A flattened representation of a single tree node, produced by {@link flattenTree}
FlatNode
Interface
projects/data-display/treetable/models.ts
Referenced by#
Import#
import { FlatNode } from '@cngx/data-display/treetable'
Description#
A flattened representation of a single tree node, produced by flattenTree. All properties are readonly to prevent accidental mutation.