SuggestionContainer.pageDown method
SuggestionContainer › pageDown
Unofficial
Move selected item to the one in the next 'page' (next visible block).Signature:
pageDown(event: KeyboardEvent): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| event | KeyboardEvent | The keyboard event. |
Returns: boolean — Whether the page-down was handled.