DomRange

constructor(start: DomRange.Point, end: DomRange.Point? = null)

Parameters

start

A serializable representation of the "start" boundary point of the DOM Range.

end

A serializable representation of the "end" boundary point of the DOM Range.