Skip to content

SuggestModalChooser.moveUp method

SuggestModalChooser › moveUp

Unofficial

Move selection to the previous suggestion.

Signature:

moveUp(evt: KeyboardEvent): false | void

Parameters:

Parameter Type Description
evt KeyboardEvent The keyboard event.

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