RichEditSelection.goToPreviousPage Method
In This Article
Moves the cursor to the previous page and allows you to extend the selection.
#Declaration
TypeScript
goToPreviousPage(
extendSelection?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
extend |
boolean |
|
#Remarks
Moves the cursor one page up. If the current page is the first one, moves the cursor to the start of the current page.
Refer to the following section for more information: Client Selection.
See Also