Skip to content

SearchView.onKeyArrowLeftInFocus method

SearchView › onKeyArrowLeftInFocus

Unofficial

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

Signature:

onKeyArrowLeftInFocus(event: KeyboardEvent): void

Parameters:

Parameter Type Description
event KeyboardEvent The keyboard event.

Returns: void