trait Event extends org.scalajs.dom.Event

Annotations
@RawJSType() @native()
Linear Supertypes
org.scalajs.dom.raw.Event, Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. Event
  3. Object
  4. Any
  5. AnyRef
  6. 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]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bubbles: Boolean
    Definition Classes
    Event
  7. val button: UndefOr[Int]
  8. val buttons: UndefOr[Int]
  9. def cancelBubble: Boolean
    Definition Classes
    Event
  10. def cancelable: Boolean
    Definition Classes
    Event
  11. val changedTouches: UndefOr[TouchList]
  12. val char: UndefOr[String]
  13. val charCode: UndefOr[Double]
  14. val clientX: UndefOr[Double]
  15. val clientY: UndefOr[Double]
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  17. val ctrlKey: UndefOr[Boolean]
  18. def currentTarget: EventTarget
    Definition Classes
    Event
  19. def defaultPrevented: Boolean
    Definition Classes
    Event
  20. val detail: UndefOr[Double]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def eventPhase: Int
    Definition Classes
    Event
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def isDefaultPrevented(): Boolean
  28. def isImmediatePropagationStopped(): Boolean
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isPropagationStopped(): Boolean
  31. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  32. def isTrusted: Boolean
    Definition Classes
    Event
  33. val key: UndefOr[String]
  34. val keyCode: UndefOr[Int]
  35. val metaKey: UndefOr[Boolean]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. val offsetX: UndefOr[Double]
  40. val offsetY: UndefOr[Double]
  41. val pageX: UndefOr[Int]
  42. val pageY: UndefOr[Int]
  43. val pointerId: UndefOr[Double]
  44. val pointerType: UndefOr[String]
  45. def preventDefault(): Unit
    Definition Classes
    Event
  46. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  47. val relatedTarget: UndefOr[EventTarget]
  48. val screenX: UndefOr[Double]
  49. val screenY: UndefOr[Double]
  50. val shiftKey: UndefOr[Boolean]
  51. def stopImmediatePropagation(): Unit
    Definition Classes
    Event
  52. def stopPropagation(): Unit
    Definition Classes
    Event
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def target: EventTarget
    Definition Classes
    Event
  55. val targetTouches: UndefOr[TouchList]
  56. def timeStamp: Double
    Definition Classes
    Event
  57. val toElement: UndefOr[Element]
  58. def toLocaleString(): String
    Definition Classes
    Object
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. val touches: UndefOr[TouchList]
  61. def type: String
    Definition Classes
    Event
  62. def valueOf(): Any
    Definition Classes
    Object
  63. val view: UndefOr[Window]
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. val which: UndefOr[Int]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def initEvent(eventTypeArg: String, canBubbleArg: Boolean, cancelableArg: Boolean): Unit
    Definition Classes
    Event
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non-standard

  3. def srcElement: Element
    Definition Classes
    Event
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non standard.

Inherited from org.scalajs.dom.raw.Event

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped