Skip to content

SearchView.onKeyArrowDownInFocus method

SearchView › onKeyArrowDownInFocus

Unofficial

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

Signature:

onKeyArrowDownInFocus(event: KeyboardEvent): void

Parameters:

Parameter Type Description
event KeyboardEvent The keyboard event.

Returns: void