choice()
choice<
T>(name,options?):ChoiceInput<T|null>
Type parameters
| Type parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
name | string |
options? | IChoiceInputInitOptions<T> |
Returns
ChoiceInput<T | null>
choice<
T>(name,options?):ChoiceInput<T|null>
| Type parameter |
|---|
T |
| Parameter | Type |
|---|---|
name | string |
options? | IChoiceInputInitOptions<T> |
ChoiceInput<T | null>