StaticRange

The DOM StaticRange interface extends AbstractRange to provide a method to specify a range of content in the DOM whose contents don't update to reflect changes which occur within the DOM tree.

MDN Reference

Constructors

Link copied to clipboard
constructor(init: StaticRangeInit)

Properties

Link copied to clipboard

Returns true if range is collapsed, and false otherwise.

Link copied to clipboard

Returns range's end node.

Link copied to clipboard

Returns range's end offset.

Link copied to clipboard

Returns range's start node.

Link copied to clipboard

Returns range's start offset.