select/src/select/select.types.ts
Event emitted when the user has changed the select's value.
import { SelectChange } from '@talenra/components/select';See SelectComponent
Properties |
| source |
source:
|
Type : SelectComponent
|
|
Reference to the emitting select component |
| value |
value:
|
Type : any
|
|
Current value of the emitting select component |