IMultiChoiceInputInitOptions<T>
Defined in: ui.ts:966
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:935 |
items? | T[] | Omit.items | ui.ts:951 |
nullable? | boolean | IInputInitOptions.nullable | ui.ts:934 |
onCreated? | (input) => void | Omit.onCreated | ui.ts:937 |
onValueChanged? | (value, input) => void | Omit.onValueChanged | ui.ts:938 |
property? | Property | IInputInitOptions.property | ui.ts:933 |
tooltipText? | string | IColorInputInitOptions.tooltipText | ui.ts:936 |
value? | T[] | - | ui.ts:967 |