RichEditSelection.goToNextWord Method
In This Article
Moves the cursor to the next word and allows you to extend the selection.
#Declaration
TypeScript
goToNextWord(
extendSelection?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
extend |
boolean |
|
#Remarks
The method treats most punctuation marks as separate words.
Refer to the following section for more information: Client Selection.
See Also