SelectionRange
Represents a selected range in a document.
class SelectionRange {}
§Properties
§
$from: ResolvedPos
[src]The lower bound of the range.
§
$to: ResolvedPos
[src]The upper bound of the range.
Represents a selected range in a document.
The lower bound of the range.
The upper bound of the range.