UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

22 lines (21 loc) 739 B
import { Base, Type } from "igniteui-angular-core"; import { LongValue } from "./LongValue"; import { Key } from "igniteui-angular-core"; import { ModifierKeys } from "igniteui-angular-core"; import { CommandMap_Requirement } from "./CommandMap_Requirement"; /** * @hidden */ export declare class CommandMap_KeyMapping extends Base { static $t: Type; readonly f: number; a: CommandMap_Requirement; readonly b: LongValue; readonly c: LongValue; readonly g: Key; readonly i: ModifierKeys; readonly h: ModifierKeys; constructor(a: number, b: LongValue, c: LongValue, d: Key, e: ModifierKeys, f: ModifierKeys); d(a: Key, b: ModifierKeys): boolean; e(a: LongValue): boolean; }