plus-base-on-baosight
Version:
Expansion based on the Baosight methods.
36 lines (34 loc) • 605 B
TypeScript
export type { MenuItemDef } from '@ag-grid-community/core';
export type DefaultMenuItem =
| 'pinSubMenu'
| 'pinLeft'
| 'pinRight'
| 'clearPinned'
| 'valueAggSubMenu'
| 'autoSizeThis'
| 'autoSizeAll'
| 'rowGroup'
| 'rowUnGroup'
| 'resetColumns'
| 'expandAll'
| 'contractAll'
| 'copy'
| 'copyWithHeaders'
| 'copyWithGroupHeaders'
| 'cut'
| 'paste'
| 'export'
| 'csvExport'
| 'excelExport'
| 'separator'
| 'pivotChart'
| 'chartRange'
| 'columnFilter'
| 'columnChooser'
| 'sortAscending'
| 'sortDescending'
| 'sortUnSort'
| 'separator';
export interface ER {
FormHelper: any;
}