IMultiChoiceInputInitOptions<T>
Defined in: ui.ts:891
Extends
Omit<IChoiceInputInitOptions<T>,"value">
Extended by
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
elementOptions? | ElementOptions | IInputInitOptions.elementOptions | ui.ts:860 |
items? | T[] | Omit.items | ui.ts:876 |
nullable? | boolean | IInputInitOptions.nullable | ui.ts:859 |
onCreated? | (input) => void | Omit.onCreated | ui.ts:862 |
onValueChanged? | (value, input) => void | Omit.onValueChanged | ui.ts:863 |
property? | Property | IInputInitOptions.property | ui.ts:858 |
tooltipText? | string | IColorInputInitOptions.tooltipText | ui.ts:861 |
value? | T[] | - | ui.ts:892 |