StaticRangeInit

@JSType
trait StaticRangeInit extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Abstract fields

@ExposedJSMember

The Node in which the end point of the range is located.

The Node in which the end point of the range is located.

@ExposedJSMember
val endOffset: Int

The offset into the node indicated by endOffset at which the last character in the range is located.

The offset into the node indicated by endOffset at which the last character in the range is located.

@ExposedJSMember

The Node in which the starting point of the range is located.

The Node in which the starting point of the range is located.

@ExposedJSMember
val startOffset: Int

The offset into the starting node at which the first character of the range is found.

The offset into the starting node at which the first character of the range is found.