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