com.phloxui
Version:
PhloxUI Ng2+ Framework
9 lines (8 loc) • 335 B
TypeScript
import { AbstractI18NApplicable } from '../AbstractI18NApplicable';
export declare class ShortcutModel extends AbstractI18NApplicable {
shortcut: string;
hintLabel: string;
handler: Function;
hintAnchorElements: any;
constructor(shortcut: string, handler: Function, hintLabel?: string, hintAnchorElements?: any);
}