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

Fields

range:Range

The range of this selection range.

@:optionaloptionalparent:Null<SelectionRange>

The parent selection range containing this range. Therefore parent.range must contain this.range.