japgolly.scalajs.react

SyntheticMouseEvent

Related Doc: package react

trait SyntheticMouseEvent[+DOMEventTarget <: Node] extends Object with SyntheticUIEvent[DOMEventTarget]

https://github.com/facebook/react/blob/master/src/browser/syntheticEvents/SyntheticMouseEvent.js

Annotations
@RawJSType()
Linear Supertypes
SyntheticUIEvent[DOMEventTarget], SyntheticEvent[DOMEventTarget], Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyntheticMouseEvent
  2. SyntheticUIEvent
  3. SyntheticEvent
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: Boolean

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val bubbles: Boolean

    Definition Classes
    SyntheticEvent
  7. def button(event: Event): Double

  8. val buttons: Int

  9. val cancelable: Boolean

    Definition Classes
    SyntheticEvent
  10. val clientX: Double

  11. val clientY: Double

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val ctrlKey: Boolean

  14. val currentTarget: DOMEventTarget

    Definition Classes
    SyntheticEvent
  15. def defaultPrevented: Boolean

    Definition Classes
    SyntheticEvent
  16. def detail(event: Event): Double

    Specifies some detail information about the Event, depending on the type of event.

    Specifies some detail information about the Event, depending on the type of event. The un-initialized value of this attribute must be 0.

    Definition Classes
    SyntheticUIEvent
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. val eventPhase: Double

    Definition Classes
    SyntheticEvent
  20. val eventType: String

    Definition Classes
    SyntheticEvent
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getModifierState(keyArg: String): Boolean

  24. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  28. val isTrusted: Boolean

    Definition Classes
    SyntheticEvent
  29. val metaKey: Boolean

  30. val nativeEvent: MouseEvent

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def pageX(event: Event): Double

  35. def pageY(event: Event): Double

  36. def preventDefault(): Unit

    Stops the default action of an element from happening.

    Stops the default action of an element from happening. For example: Prevent a submit button from submitting a form Prevent a link from following the URL

    Definition Classes
    SyntheticEvent
  37. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  38. def relatedTarget(event: Event): EventTarget

  39. val screenX: Double

  40. val screenY: Double

  41. val shiftKey: Boolean

  42. def stopPropagation(): Unit

    Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.

    Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.

    Definition Classes
    SyntheticEvent
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. val target: DOMEventTarget

    Definition Classes
    SyntheticEvent
  45. val timeStamp: Date

    Definition Classes
    SyntheticEvent
  46. def toLocaleString(): String

    Definition Classes
    Object
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def valueOf(): Any

    Definition Classes
    Object
  49. def view(event: Event): Object

    The view attribute identifies the AbstractView from which the event was generated.

    The view attribute identifies the AbstractView from which the event was generated. The un-initialized value of this attribute must be null.

    Definition Classes
    SyntheticUIEvent
  50. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SyntheticUIEvent[DOMEventTarget]

Inherited from SyntheticEvent[DOMEventTarget]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped