choiceInput()
choiceInput<
T
>(name
,selected
,items
,onValueChanged
,options
):ChoiceInput
<T
|null
>
Type parameters
Type parameter |
---|
T |
Parameters
Parameter | Type | Default value |
---|---|---|
name | string | undefined |
selected | T | undefined |
items | T [] | undefined |
onValueChanged | null | Function | null |
options | null | object | null |
Returns
ChoiceInput
<T
| null
>
Deprecated
The method will be removed soon. Use input.choice instead