implicit final class SaferSelection extends AnyVal
- See also
https://w3c.github.io/selection-api/#selection-interface
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferSelection
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferSelection(value: raw.Selection)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
anchorNode: Option[raw.Node]
Returns the node in which the selection begins.
Returns the node in which the selection begins.
MDN
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
focusNode: Option[raw.Node]
Returns the node in which the selection ends.
Returns the node in which the selection ends.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.Selection