Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKeystrokeParts

An object which holds the results of parsing a keystroke.

Hierarchy

  • IKeystrokeParts

Index

Properties

Properties

alt

alt: boolean

Whether 'Alt' appears in the keystroke.

cmd

cmd: boolean

Whether 'Cmd' appears in the keystroke.

ctrl

ctrl: boolean

Whether 'Ctrl' appears in the keystroke.

key

key: string

The primary key for the keystroke.

shift

shift: boolean

Whether 'Shift' appears in the keystroke.

Generated using TypeDoc