RichEditSelection.goToParagraphEnd Method
In This Article
Moves the cursor to the end of the paragraph and allows you to extend the selection.
#Declaration
TypeScript
goToParagraphEnd(
extendSelection?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
extend |
boolean |
|
#Remarks
Moves the cursor to the end of the current paragraph. If the cursor is at the end of a paragraph, moves the cursor to the end of the next paragraph.
Refer to the following section for more information: Client Selection.
See Also