Packages

t

org.scalajs.dom.raw

WheelEventInit

trait WheelEventInit extends Object with MouseEventInit

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WheelEventInit
  2. MouseEventInit
  3. ModifierKeyEventInit
  4. UIEventInit
  5. EventInit
  6. Object
  7. Any
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  8. val buttons: UndefOr[Int]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  9. val cancelable: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  10. val clientX: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  11. val clientY: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val composed: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  14. val ctrlKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  15. val deltaMode: UndefOr[Int]
    Annotations
    @JSOptional()
  16. val deltaX: UndefOr[Double]
    Annotations
    @JSOptional()
  17. val deltaY: UndefOr[Double]
    Annotations
    @JSOptional()
  18. val deltaZ: UndefOr[Double]
    Annotations
    @JSOptional()
  19. val detail: UndefOr[Int]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. val metaKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val pageX: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  33. val pageY: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  34. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  35. val relatedTarget: UndefOr[EventTarget]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  36. val scoped: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  37. val screenX: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  38. val screenY: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  39. val shiftKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toLocaleString(): String
    Definition Classes
    Object
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def valueOf(): Any
    Definition Classes
    Object
  44. val view: UndefOr[Window]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from MouseEventInit

Inherited from ModifierKeyEventInit

Inherited from UIEventInit

Inherited from EventInit

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped