implicit final class SaferMouseEvent extends AnyVal
- See also
https://w3c.github.io/uievents/#interface-mouseevent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferMouseEvent
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferMouseEvent(value: raw.MouseEvent)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
relatedTarget: Option[raw.EventTarget]
The relatedTarget property is the secondary target for the event, if there is one.
The relatedTarget property is the secondary target for the event, if there is one.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.MouseEvent