IColumnInputInitOptions<T>
Extends
Extended by
Type parameters
Type parameter |
---|
T |
Properties
Property | Type | Inherited from |
---|---|---|
elementOptions? | ElementOptions | IInputInitOptions .elementOptions |
filter? | Function | - |
nullable? | boolean | IInputInitOptions .nullable |
onCreated? | (input : InputBase <T >) => void | IInputInitOptions .onCreated |
onValueChanged? | (value : T , input : InputBase <T >) => void | IInputInitOptions .onValueChanged |
property? | Property | IInputInitOptions .property |
table? | DataFrame | - |
tooltipText? | string | IInputInitOptions .tooltipText |
value? | T | IInputInitOptions .value |