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