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