IMultiChoiceInputInitOptions<T>
Extends
Omit
<IChoiceInputInitOptions
<T
>,"value"
>
Type parameters
Type parameter |
---|
T |
Properties
Property | Type | Inherited from |
---|---|---|
elementOptions? | ElementOptions | Omit.elementOptions |
items? | T [] | Omit.items |
nullable? | boolean | Omit.nullable |
onCreated? | (input : InputBase <T >) => void | Omit.onCreated |
onValueChanged? | (value : T , input : InputBase <T >) => void | Omit.onValueChanged |
property? | Property | Omit.property |
tooltipText? | string | Omit.tooltipText |
value? | T [] | - |