Skip to content

Keymap.onFocusIn method

Keymap › onFocusIn

Unofficial

Handles a focus-in event for the keymap's tab-focus handling.

Signature:

onFocusIn(evt: FocusEvent): void

Parameters:

Parameter Type Description
evt FocusEvent The focus event.

Returns: void