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.StaticRange
interface
true if the range's start position and end position are the 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.StaticRange` interface true if the range's start position and end position are the same. `var boolean = staticRange.collapsed` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StaticRange/collapsed`
(end-container this)
Property.
[Experimental]
The endContainer property of the web.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.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.StaticRange
interface returns
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.StaticRange` interface returns 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.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.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.StaticRange
interface returns
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.StaticRange` interface returns 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.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.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.StaticRange
interface returns
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.StaticRange` interface returns 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.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.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.StaticRange
interface returns
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.StaticRange` interface returns 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.StaticRange
interface converts
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.StaticRange` interface converts 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