UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (11 loc) 340 B
/** Коды клавиш. */ export declare class KeyCodes { static readonly ARROW_UP = 38; static readonly ARROW_DOWN = 40; static readonly ARROW_RIGHT = 39; static readonly ARROW_LEFT = 37; static readonly ESC = 27; static readonly ENTER = 13; static readonly SPACE = 32; static readonly BACKSPACE = 8; }