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:

Parameter Type Description
event KeyboardEvent The keyboard event.

Returns: void