@revolist/revogrid / EditorCtrCallable
Type Alias: EditorCtrCallable()
ts
type EditorCtrCallable: (column: ColumnDataSchemaModel, save: (value: string, preventFocus?: boolean) => void, close: (focusNext?: boolean) => void) => EditorBase;
Editor component callable function
Parameters
Parameter | Type |
---|---|
column | ColumnDataSchemaModel |
save | (value : string , preventFocus ?: boolean ) => void |
close | (focusNext ?: boolean ) => void |