UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

6 lines (5 loc) 410 B
import { MathOperation } from '../../AdaptableState/Common/Enums'; export declare const shortcutOperationList: Array<MathOperation>; export declare const SHORTCUT_PREVIEW_EXAMPLE_VALUE = 100; export declare function getShortcutOperationSymbol(operation: MathOperation): string; export declare function calculateShortcutResult(cellValue: number, shortcutValue: number, operation: MathOperation): number | null;