IColumnInputInitOptions<T>
Defined in: ui.ts:907
Extends
Extended by
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
elementOptions? | ElementOptions | IInputInitOptions.elementOptions | ui.ts:860 |
filter? | (col) => boolean | - | ui.ts:909 |
nullable? | boolean | IInputInitOptions.nullable | ui.ts:859 |
onCreated? | (input) => void | IInputInitOptions.onCreated | ui.ts:862 |
onValueChanged? | (value, input) => void | IInputInitOptions.onValueChanged | ui.ts:863 |
property? | Property | IInputInitOptions.property | ui.ts:858 |
table? | DataFrame | - | ui.ts:908 |
tooltipText? | string | IInputInitOptions.tooltipText | ui.ts:861 |
value? | T | IInputInitOptions.value | ui.ts:857 |