Skip to main content

HotkeysCoreDataRef

Hierarchy

Index

Properties

optionalkeydownHandler

keydownHandler?: (e: KeyboardEvent) => void

Type declaration

    • (e: KeyboardEvent): void
    • Parameters

      • e: KeyboardEvent

      Returns void

optionalkeyupHandler

keyupHandler?: (e: KeyboardEvent) => void

Type declaration

    • (e: KeyboardEvent): void
    • Parameters

      • e: KeyboardEvent

      Returns void

pressedKeys

pressedKeys: Set<string>