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