UNPKG

ng2-qgrid

Version:
8 lines (7 loc) 203 B
export interface CommandContext<T = any> { execute?: (e?: T, ...args: any[]) => any; canExecute?: (e?: T, ...args: any[]) => boolean; shortcut?: string; priority?: number; source?: string; }