Variable HotkeyEventTypeConst

HotkeyEventType: {
    Error: string;
    KeyPressed: string;
    Updated: string;
} = ...

Type declaration

  • Error: string
  • KeyPressed: string
  • Updated: string