Class TabKeyHelper

A helper class for checking whether the tab key is being pressed, and whether the direction is reversed (by having shift pressed).

Constructors

Properties

blurListener: ((event: FocusEvent) => void)
downListener: ((event: KeyboardEvent) => void)
focusListener: ((event: FocusEvent) => void)
lastTabEvent: number = 0
references: Set<unknown> = ...
tabState: null | boolean = null
upListener: ((event: KeyboardEvent) => void)
waitQueue: Set<(() => void)> = ...
windowFocused: boolean = false

Accessors

Methods