SelectionRange

A selection range represents a part of a selection hierarchy. A selection range may have a parent selection range that contains it.

Online Documentation

Constructors

Link copied to clipboard
constructor(range: Range, parent: SelectionRange = definedExternally)

Creates a new selection range.

Properties

Link copied to clipboard

The parent selection range containing this range.

Link copied to clipboard

The Range of this selection range.