Liking cljdoc? Tell your friends :D

dots.vscode.selection-range

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.
raw docstring

parentcljs

(parent selection-range)

The parent selection range containing this range.

The parent selection range containing this range.
sourceraw docstring

rangecljs

(range selection-range)

The {@link Range } of this selection range.

The {@link Range } of this selection range.
sourceraw docstring

set-parent!cljs

(set-parent! selection-range value)

The parent selection range containing this range.

The parent selection range containing this range.
sourceraw docstring

set-range!cljs

(set-range! selection-range value)

The {@link Range } of this selection range.

The {@link Range } of this selection range.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close