@odoo/o-spreadsheet
Version:
A spreadsheet component
34 lines (33 loc) • 1.71 kB
TypeScript
import { ActionBuilder, ActionSpec } from "./action";
export declare const insertRow: ActionSpec;
export declare const rowInsertRowBefore: ActionSpec;
export declare const topBarInsertRowsBefore: ActionSpec;
export declare const cellInsertRowsBefore: ActionSpec;
export declare const rowInsertRowsAfter: ActionSpec;
export declare const topBarInsertRowsAfter: ActionSpec;
export declare const insertCol: ActionSpec;
export declare const colInsertColsBefore: ActionSpec;
export declare const topBarInsertColsBefore: ActionSpec;
export declare const cellInsertColsBefore: ActionSpec;
export declare const colInsertColsAfter: ActionSpec;
export declare const topBarInsertColsAfter: ActionSpec;
export declare const insertCell: ActionSpec;
export declare const insertCellShiftDown: ActionSpec;
export declare const insertCellShiftRight: ActionSpec;
export declare const insertChart: ActionSpec;
export declare const insertCarousel: ActionSpec;
export declare const insertPivot: ActionSpec;
export declare const insertImage: ActionSpec;
export declare const insertTable: ActionSpec;
export declare const insertFunction: ActionSpec;
export declare const insertFunctionSum: ActionSpec;
export declare const insertFunctionAverage: ActionSpec;
export declare const insertFunctionCount: ActionSpec;
export declare const insertFunctionMax: ActionSpec;
export declare const insertFunctionMin: ActionSpec;
export declare const categorieFunctionAll: ActionSpec;
export declare const categoriesFunctionListMenuBuilder: ActionBuilder;
export declare const insertLink: ActionSpec;
export declare const insertCheckbox: ActionSpec;
export declare const insertDropdown: ActionSpec;
export declare const insertSheet: ActionSpec;