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:

ParameterTypeDescription
eventKeyboardEventThe keyboard event.

Returns: void