Packages

t

org.scalajs.dom.raw

MouseEventInit

trait MouseEventInit extends Object with UIEventInit with ModifierKeyEventInit

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
ModifierKeyEventInit, UIEventInit, EventInit, Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MouseEventInit
  2. ModifierKeyEventInit
  3. UIEventInit
  4. EventInit
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val altKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bubbles: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  7. val button: UndefOr[Int]
    Annotations
    @JSOptional()
  8. val buttons: UndefOr[Int]
    Annotations
    @JSOptional()
  9. val cancelable: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  10. val clientX: UndefOr[Double]
    Annotations
    @JSOptional()
  11. val clientY: UndefOr[Double]
    Annotations
    @JSOptional()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val composed: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  14. val ctrlKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  15. val detail: UndefOr[Int]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  24. val metaKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val pageX: UndefOr[Double]
    Annotations
    @JSOptional()
  29. val pageY: UndefOr[Double]
    Annotations
    @JSOptional()
  30. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  31. val relatedTarget: UndefOr[EventTarget]
    Annotations
    @JSOptional()
  32. val scoped: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  33. val screenX: UndefOr[Double]
    Annotations
    @JSOptional()
  34. val screenY: UndefOr[Double]
    Annotations
    @JSOptional()
  35. val shiftKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def valueOf(): Any
    Definition Classes
    Object
  40. val view: UndefOr[Window]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ModifierKeyEventInit

Inherited from UIEventInit

Inherited from EventInit

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped