This is called whenever one of the {@link KeyboardMovementBehavior.decrementKeys} are pressed.
This is called whenever one of the {@link KeyboardMovementBehavior.incrementKeys} are pressed.
This is called whenever one of the {@link KeyboardMovementBehavior.jumpToFirstKeys} are pressed.
This is called whenever one of the {@link KeyboardMovementBehavior.jumpToLastKeys} are pressed.
This is called whenever a single letter has been pressed and
KeyboardMovementBehavior.searchable is true
.
Generated using TypeDoc
Optional event handlers that can be called for specific custom focus behavior. If any of these functions call
event.stopPropagation()
, the default focus behavior will not occur.@since 5.0.0