Skip to main content
cngx-src documentation

CngxMultiSelectChange

Interface

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

Referenced by#

Import#

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

Description#

Change event emitted by CngxMultiSelect.selectionChange.

Index#

Instance Properties#

action#"toggle" | "clear" | "select-all"
Readonly
added#unknown
Readonly
previousValues#unknown
ReadonlyOptional

Values before the change committed. Populated from the pre-toggle snapshot, the commit-controller rollback target on success, and the pre-clear array. Plural disambiguates from scalar previousValue.

removed#unknown
Readonly
Readonly
values#unknown
Readonly