PlatformKeyHandlerToken

Token returned by platformRegisterKeyHandler that allows unregistering a specific handler without affecting other editors' handlers.

Token returned by platformRegisterKeyHandler that allows unregistering a specific handler without affecting other editors' handlers.

Token returned by platformRegisterKeyHandler that allows unregistering a specific handler without affecting other editors' handlers.

Token identifying a registered platform key handler so it can be individually unregistered without affecting other editors.

Constructors

Link copied to clipboard
constructor()
constructor()
constructor(handler: (key: String, ctrl: Boolean, alt: Boolean, meta: Boolean, shift: Boolean) -> Boolean)