SuggestModalChooser.moveDown method
SuggestModalChooser › moveDown
Unofficial
Move selection to the next suggestion.Signature:
moveDown(evt: KeyboardEvent): false | voidParameters:
| Parameter | Type | Description |
|---|---|---|
| evt | KeyboardEvent | The keyboard event. |
Returns: false | void — False if already at the end, void otherwise.