@revolist/revogrid / 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): EditorBase
Parameters
Parameter | Type |
---|---|
column | ColumnDataSchemaModel |
save | (value : any , preventFocus ?: boolean ) => void |
close | (focusNext ?: boolean ) => void |