RichEditSelection.setSelection(arg) Method
In This Article
Selects the specified interval(s).
#Declaration
TypeScript
setSelection(
arg: number | Interval | Interval[]
): void
#Parameters
Name | Type | Description |
---|---|---|
arg | number | Interval | Interval[] | The interval |
#Remarks
Use the setSelection method to select document content. The intervals property stores the selected interval(s).
Refer to the following section for more information: Client Selection.
See Also