The StaticRange interface provides attributes that track the and end position of a range, and a boolean attribute indicating the current range is collapsed into a single position.
The StaticRange interface provides attributes that track the and end position of a range, and a boolean attribute indicating the current range is collapsed into a single position.
(collapsed this)
Property.
[Read Only] [Experimental]
The collapsed read-only property of the web.other.StaticRange
returns true if the range's start position and end position are
same.
var boolean = staticRange.collapsed
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/collapsed
Property. [Read Only] [Experimental] The collapsed read-only property of the `web.other.StaticRange` returns true if the range's start position and end position are same. `var boolean = staticRange.collapsed` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/collapsed`
(constructor & args)
Constructor.
The StaticRange() constructor creates a new web.other.StaticRange
object which provides attributes that track the start and end position of a range, and a boolean attribute indicating whether the current range is collapsed into a single position.
options Options are as follows:
startContainer: The start web.Node
for the range.
startOffset: The offset into the start node of the range's start position.
endContainer: The end web.Node
for the range.
endOffset: The offset into the start node of the range's start position.
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/StaticRange
Constructor. The StaticRange() constructor creates a new `web.other.StaticRange` object which provides attributes that track the start and end position of a range, and a boolean attribute indicating whether the current range is collapsed into a single position. options Options are as follows: startContainer: The start `web.Node` for the range. startOffset: The offset into the start node of the range's start position. endContainer: The end `web.Node` for the range. endOffset: The offset into the start node of the range's start position. See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/StaticRange`
(end-container this)
Property.
[Experimental]
The endContainer property of the web.other.StaticRange
interface
the end web.Node
for the range.
var node = staticNode.endContainer staticNode.endContainer = endContainer
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endContainer
Property. [Experimental] The endContainer property of the `web.other.StaticRange` interface the end `web.Node` for the range. `var node = staticNode.endContainer staticNode.endContainer = endContainer` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endContainer`
(end-offset this)
Property.
[Experimental]
The endOffset property of the web.other.StaticRange
interface
the offset into the end node of the range's end position.
var endOffset = staticRange.endOffset staticRange.endOffset = endOffset
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endOffset
Property. [Experimental] The endOffset property of the `web.other.StaticRange` interface the offset into the end node of the range's end position. `var endOffset = staticRange.endOffset staticRange.endOffset = endOffset` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endOffset`
(set-end-container! this val)
Property.
[Experimental]
The endContainer property of the web.other.StaticRange
interface
the end web.Node
for the range.
var node = staticNode.endContainer staticNode.endContainer = endContainer
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endContainer
Property. [Experimental] The endContainer property of the `web.other.StaticRange` interface the end `web.Node` for the range. `var node = staticNode.endContainer staticNode.endContainer = endContainer` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endContainer`
(set-end-offset! this val)
Property.
[Experimental]
The endOffset property of the web.other.StaticRange
interface
the offset into the end node of the range's end position.
var endOffset = staticRange.endOffset staticRange.endOffset = endOffset
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endOffset
Property. [Experimental] The endOffset property of the `web.other.StaticRange` interface the offset into the end node of the range's end position. `var endOffset = staticRange.endOffset staticRange.endOffset = endOffset` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/endOffset`
(set-start-container! this val)
Property.
[Experimental]
The startContainer property of the web.other.StaticRange
interface
the start web.Node
for the range.
var node = staticNode.startContainer staticNode.startContainer = startContainer
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startContainer
Property. [Experimental] The startContainer property of the `web.other.StaticRange` interface the start `web.Node` for the range. `var node = staticNode.startContainer staticNode.startContainer = startContainer` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startContainer`
(set-start-offset! this val)
Property.
[Experimental]
The startOffset property of the web.other.StaticRange
interface
the offset into the start node of the range's start position.
var startOffset = staticRange.startOffset staticRange.startOffset = startOffset
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startOffset
Property. [Experimental] The startOffset property of the `web.other.StaticRange` interface the offset into the start node of the range's start position. `var startOffset = staticRange.startOffset staticRange.startOffset = startOffset` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startOffset`
(start-container this)
Property.
[Experimental]
The startContainer property of the web.other.StaticRange
interface
the start web.Node
for the range.
var node = staticNode.startContainer staticNode.startContainer = startContainer
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startContainer
Property. [Experimental] The startContainer property of the `web.other.StaticRange` interface the start `web.Node` for the range. `var node = staticNode.startContainer staticNode.startContainer = startContainer` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startContainer`
(start-offset this)
Property.
[Experimental]
The startOffset property of the web.other.StaticRange
interface
the offset into the start node of the range's start position.
var startOffset = staticRange.startOffset staticRange.startOffset = startOffset
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startOffset
Property. [Experimental] The startOffset property of the `web.other.StaticRange` interface the offset into the start node of the range's start position. `var startOffset = staticRange.startOffset staticRange.startOffset = startOffset` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/startOffset`
(to-range this)
Method.
[Experimental]
The toRange() property of the web.other.StaticRange
interface
the StaticRange object to a web.Range
object.
var range = staticRange.toRange()
See also: https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/toRange
Method. [Experimental] The toRange() property of the `web.other.StaticRange` interface the StaticRange object to a `web.Range` object. `var range = staticRange.toRange()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/toRange`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close