SearchView.onKeyArrowDownInFocus method
SearchView › onKeyArrowDownInFocus
Unofficial
Handle the down arrow key when a search result is focused.Signature:
onKeyArrowDownInFocus(event: KeyboardEvent): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | KeyboardEvent | The keyboard event. |
Returns: void