RichEditSelection.intervals Property
In This Article
Specifies an array of selected intervals in the document.
#Declaration
#Property Value
Type | Description |
---|---|
Interval[] | An array of Interval objects. |
#Remarks
The intervals property specifies the selected interval(s). The available interval types are listed below.
Interval Type | Description | Example |
---|---|---|
Collapsed (the cursor position) |
A single selected interval of zero length. |
![]() |
Expanded |
A single selected interval of non-zero length. |
![]() |
Multiple |
Multiple selected intervals of non-zero lengths. |
![]() |
Refer to the following section for more information: Client Selection.
See Also