Skip to content

SuggestModalChooser.moveDown method

SuggestModalChooser › moveDown

Unofficial

Move selection to the next suggestion.

Signature:

moveDown(evt: KeyboardEvent): false | void

Parameters:

Parameter Type Description
evt KeyboardEvent The keyboard event.

Returns: false | voidFalse if already at the end, void otherwise.