Skip to main content
cngx-src documentation

CngxTreeSelectChange

Interface

projects/forms/select/tree-select/tree-select.component.ts

Referenced by#

Import#

import { CngxTreeSelectChange } from '@cngx/forms/select'

Description#

Change event emitted by CngxTreeSelect.selectionChange. Shape matches CngxMultiSelectChange / CngxComboboxChange for shared (selectionChange) handlers; option carries a FlatTreeNode<T> (not a CngxSelectOptionDef). 'cascade-toggle' fires once per parent-toggle that propagated to descendants.

Index#

Instance Properties#

Readonly
added#unknown
Readonly
node#FlatTreeNode | null
Readonly
previousValues#unknown
ReadonlyOptional
removed#unknown
Readonly
Readonly
values#unknown
Readonly