Skip to content

SuggestModalChooser.pageUp method

SuggestModalChooser › pageUp

Unofficial

Move selection up by one page of visible items.

Signature:

pageUp(evt: KeyboardEvent): false | void

Parameters:

Parameter Type Description
evt KeyboardEvent The keyboard event.

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