Liking cljdoc? Tell your friends :D

web.other.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.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`
sourceraw docstring

constructorcljs

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

end-containercljs

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

end-offsetcljs

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

set-end-container!cljs

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

set-end-offset!cljs

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

set-start-container!cljs

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

set-start-offset!cljs

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

start-containercljs

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

start-offsetcljs

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

to-rangecljs

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

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

× close