@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AbstractRange")
public class AbstractRange
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
collapsed()
The collapsed read-only property of the AbstractRange interface returns true if the range's start position and end position are the same.
|
Node |
endContainer()
The endContainer property of the AbstractRange interface returns the Node in which the end of the range is located.
|
int |
endOffset()
The endOffset property of the AbstractRange interface returns the offset into the end node of the range's end position.
|
Node |
startContainer()
The read-only startContainer property of the AbstractRange interface returns the start Node for the range.
|
int |
startOffset()
The read-only startOffset property of the AbstractRange interface returns the offset into the start node of the range's start position.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="collapsed") public boolean collapsed()
@JsProperty(name="endContainer") @Nonnull public Node endContainer()
@JsProperty(name="endOffset") public int endOffset()
@JsProperty(name="startContainer") @Nonnull public Node startContainer()
@JsProperty(name="startOffset") public int startOffset()