IChoiceInputInitOptions<T>
Defined in: ui.ts:950
Extends
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
elementOptions? | ElementOptions | IInputInitOptions.elementOptions | ui.ts:935 |
items? | T[] | - | ui.ts:951 |
nullable? | boolean | IInputInitOptions.nullable | ui.ts:934 |
onCreated? | (input) => void | IInputInitOptions.onCreated | ui.ts:937 |
onValueChanged? | (value, input) => void | IInputInitOptions.onValueChanged | ui.ts:938 |
property? | Property | IInputInitOptions.property | ui.ts:933 |
tooltipText? | string | IInputInitOptions.tooltipText | ui.ts:936 |
value? | T | IInputInitOptions.value | ui.ts:932 |