Liking cljdoc? Tell your friends :D

web.StaticRange

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.
raw docstring

collapsedcljs

(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`
sourceraw docstring

end-containercljs

(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`
sourceraw docstring

end-offsetcljs

(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`
sourceraw docstring

set-end-container!cljs

(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`
sourceraw docstring

set-end-offset!cljs

(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`
sourceraw docstring

set-start-container!cljs

(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`
sourceraw docstring

set-start-offset!cljs

(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`
sourceraw docstring

start-containercljs

(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`
sourceraw docstring

start-offsetcljs

(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`
sourceraw docstring

to-rangecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close