Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a DOM region with selection information For more info about Region, see RegionBase

Hierarchy

Index

Properties

fullSelectionEnd

fullSelectionEnd: NodePosition

End position of full selection. It is possible to be out of this region. We use this position and fullSelectionStart to calculate the selected range inside this region.

fullSelectionStart

fullSelectionStart: NodePosition

Start position of full selection. It is possible to be out of this region. We use this position and fullSelectionEnd to calculate the selected range inside this region.

Optional nodeAfter

nodeAfter: Node

A node to define the ending boundary of this region. All nodes before this node after nodeBefore and contained by rootNode will be treated contained by this region.

Optional nodeBefore

nodeBefore: Node

A node to define the beginning boundary of this region. All nodes after this node before nodeAfter and contained by rootNode will be treated contained by this region.

rootNode

rootNode: HTMLElement

Root node of this region

skipTags

skipTags: string[]

Tags that child elements will be skipped

Generated using TypeDoc