dart:html
Selection class
- Annotations
Properties
- anchorNode → Node
final
- anchorOffset → int
final
- baseNode → Node
final
- baseOffset → int
final
- extentNode → Node
final
- extentOffset → int
final
- focusNode → Node
final
- focusOffset → int
final
- isCollapsed → bool
final
- rangeCount → int
final
- type → String
final
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- addRange(Range range) → void
- collapse(Node node, [ int offset ]) → void
- collapseToEnd() → void
- collapseToStart() → void
- containsNode(Node node, [ bool allowPartialContainment ]) → bool
- deleteFromDocument() → void
- empty() → void
- extend(Node node, [ int offset ]) → void
- getRangeAt(int index) → Range
- modify(String alter, String direction, String granularity) → void
- removeAllRanges() → void
- removeRange(Range range) → void
- selectAllChildren(Node node) → void
- setBaseAndExtent(Node baseNode, int baseOffset, Node extentNode, int extentOffset) → void
- setPosition(Node node, [ int offset ]) → void
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
- toString() → String
inherited
- Returns a string representation of this object.
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]