Skip to main content
cngx-src documentation

CngxTreeSelectAction

Type Aliasforms/select/tree-select

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

Description#

Action reported on CngxTreeSelectChange.action. Split out for switch-style narrowing without importing the change interface.

  • 'toggle' - single node flipped.
  • 'cascade-toggle' - parent toggle propagated to all descendants atomically (requires [cascadeChildren]="true").
  • 'clear' - full selection cleared.

Definition#

"toggle" | "cascade-toggle" | "clear"