A selection range represents a part of a selection hierarchy. A selection range may have a parent selection range that contains it.
A selection range represents a part of a selection hierarchy. A selection range may have a parent selection range that contains it.
(parent selection-range)
The parent selection range containing this range.
Returns: SelectionRange | undefined
The parent selection range containing this range. **Returns:** `SelectionRange | undefined`
(range selection-range)
The {@link Range } of this selection range.
Returns: Range
The {@link Range } of this selection range. **Returns:** `Range`
(set-parent! selection-range value)
The parent selection range containing this range.
The parent selection range containing this range.
(set-range! selection-range value)
The {@link Range } of this selection range.
The {@link Range } of this selection range.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close