RevoGrid Documentation v4.21.7 / EditorCtrConstructible
Interface: EditorCtrConstructible
Editor component constructible class
Constructors
new EditorCtrConstructible()
ts
new EditorCtrConstructible(
column: ColumnDataSchemaModel<DataType<any, ColumnProp>, ColumnRegular<ColumnProp>, ColumnProp>,
save: (value: any, preventFocus?: boolean) => void,
close: (focusNext?: boolean) => void): EditorBaseParameters
| Parameter | Type |
|---|---|
column | ColumnDataSchemaModel<DataType<any, ColumnProp>, ColumnRegular<ColumnProp>, ColumnProp> |
save | (value: any, preventFocus?: boolean) => void |
close | (focusNext?: boolean) => void |