Skip to content

SearchView.onKeyArrowRightInFocus method

SearchView › onKeyArrowRightInFocus

Unofficial

Handle the right arrow key when a search result is focused.

Signature:

onKeyArrowRightInFocus(event: KeyboardEvent): void

Parameters:

ParameterTypeDescription
eventKeyboardEventThe keyboard event.

Returns: void