Type Alias TableActionContext
TableActionContext: {
rootSchema: any;
rowCount: number;
store: unknown;
t?: (key: string, options?: any) => string;
typeName: string;
}
Type declaration
rootSchema: any
rowCount: number
store: unknown
Optionalt?: (key: string, options?: any) => string
typeName: string