Appearance
destillationapp-frontend v0.1.0
destillationapp-frontend / types/events / InputEvents
Interface: InputEvents()
Defined in: types/events.ts:15
Events emitted by input components.
Param
Update the model value.
Param
The new value.
Param
Optional identifier.
Param
Choose an item from a list.
Param
The chosen item.
Param
Optional identifier.
Param
Triggered on blur.
Param
Open the list.
Call Signature
InputEvents(
e
,value
,id?
):void
Defined in: types/events.ts:16
Events emitted by input components.
Parameters
e
"update:modelValue"
value
string
| number
id?
string
Returns
void
Param
Update the model value.
Param
The new value.
Param
Optional identifier.
Param
Choose an item from a list.
Param
The chosen item.
Param
Optional identifier.
Param
Triggered on blur.
Param
Open the list.
Call Signature
InputEvents(
e
,result
,id?
):void
Defined in: types/events.ts:17
Events emitted by input components.
Parameters
e
"choose:item"
result
any
id?
string
Returns
void
Param
Update the model value.
Param
The new value.
Param
Optional identifier.
Param
Choose an item from a list.
Param
The chosen item.
Param
Optional identifier.
Param
Triggered on blur.
Param
Open the list.
Call Signature
InputEvents(
e
):void
Defined in: types/events.ts:18
Events emitted by input components.
Parameters
e
"update:onBlur"
Returns
void
Param
Update the model value.
Param
The new value.
Param
Optional identifier.
Param
Choose an item from a list.
Param
The chosen item.
Param
Optional identifier.
Param
Triggered on blur.
Param
Open the list.
Call Signature
InputEvents(
e
):void
Defined in: types/events.ts:19
Events emitted by input components.
Parameters
e
"open:list"
Returns
void
Param
Update the model value.
Param
The new value.
Param
Optional identifier.
Param
Choose an item from a list.
Param
The chosen item.
Param
Optional identifier.
Param
Triggered on blur.
Param
Open the list.