AsyncChoices
Sourceimport { AsyncChoices } from "@prestojs/viewmodel";
AsyncChoices<ItemType,ValueType>
Constructor
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | options An object with the properties below | ||
| ... | any | Any properties from AsyncChoicesInterface | |
Methods
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | value | ValueType|ValueType[] | |
| deps | any |
Returns:Promise
Properties
options
Source| An object with these properties: | |||
|---|---|---|---|
| Property | Type | Description | |
| ... | any | Any properties from AsyncChoicesInterface | |