Skip to main content
cngx-src documentation

CngxSelectChange

Interface

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

Referenced by#

Import#

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

Description#

Change event emitted by CngxSelect.selectionChange on user picks.

Index#

Instance Properties#

previousValue#T | undefined
Readonly

Value before the change committed. Populated on every commit-flow emission (success + error) and on direct activation / clear paths; undefined only when the previous state was empty.

Readonly
value#T | undefined
Readonly