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