Trait

japgolly.scalajs.react.raw

SyntheticPointerEvent

Related Doc: package raw

Permalink

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

https://github.com/facebook/react/blob/master/packages/react-dom/src/events/SyntheticPointerEvent.js

Annotations
@RawJSType() @native()
Linear Supertypes
SyntheticMouseEvent[DOMEventTarget], SyntheticUIEvent[DOMEventTarget], SyntheticEvent[DOMEventTarget], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntheticPointerEvent
  2. SyntheticMouseEvent
  3. SyntheticUIEvent
  4. SyntheticEvent
  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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val altKey: Boolean

    Permalink
    Definition Classes
    SyntheticMouseEvent
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bubbles: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  7. val button: Int

    Permalink

    0 = left mouse button, 1 = middle, 2 = right

    0 = left mouse button, 1 = middle, 2 = right

    Definition Classes
    SyntheticMouseEvent
  8. val buttons: Int

    Permalink
    Definition Classes
    SyntheticMouseEvent
  9. val cancelable: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  10. val clientX: Double

    Permalink
    Definition Classes
    SyntheticMouseEvent
  11. val clientY: Double

    Permalink
    Definition Classes
    SyntheticMouseEvent
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    SyntheticMouseEvent
  14. val currentTarget: DOMEventTarget

    Permalink
    Definition Classes
    SyntheticEvent
  15. def defaultPrevented: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  16. def detail: Double

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val eventPhase: Double

    Permalink
    Definition Classes
    SyntheticEvent
  20. val eventType: String

    Permalink
    Definition Classes
    SyntheticEvent
    Annotations
    @JSName( "type" )
  21. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    SyntheticMouseEvent
  24. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. val height: Double

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. val isPrimary: Boolean

    Permalink
  29. def isPropagationStopped(): Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  30. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  31. val isTrusted: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  32. val metaKey: Boolean

    Permalink
    Definition Classes
    SyntheticMouseEvent
  33. val movementX: Long

    Permalink

    Definition Classes
    SyntheticMouseEvent
    Since

    React 16.5

  34. val movementY: Long

    Permalink

    Definition Classes
    SyntheticMouseEvent
    Since

    React 16.5

  35. val nativeEvent: PointerEvent

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. val pageX: Double

    Permalink
    Definition Classes
    SyntheticMouseEvent
  40. val pageY: Double

    Permalink
    Definition Classes
    SyntheticMouseEvent
  41. def persist(): Unit

    Permalink

    If you want to access the event properties in an asynchronous way, call this on the event, which will remove the synthetic event from the pool and allow references to the event to be retained by user code.

    If you want to access the event properties in an asynchronous way, call this on the event, which will remove the synthetic event from the pool and allow references to the event to be retained by user code.

    Definition Classes
    SyntheticEvent
  42. val pointerId: Double

    Permalink
  43. val pointerType: String

    Permalink
  44. val pressure: Double

    Permalink
  45. def preventDefault(): Unit

    Permalink

    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
  46. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  47. val relatedTarget: EventTarget

    Permalink
    Definition Classes
    SyntheticMouseEvent
  48. val screenX: Double

    Permalink
    Definition Classes
    SyntheticMouseEvent
  49. val screenY: Double

    Permalink
    Definition Classes
    SyntheticMouseEvent
  50. val shiftKey: Boolean

    Permalink
    Definition Classes
    SyntheticMouseEvent
  51. def stopPropagation(): Unit

    Permalink

    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
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. val tangentialPressure: Double

    Permalink

    The normalized tangential pressure (also known as barrel pressure), typically set by an additional control (e.g.

    The normalized tangential pressure (also known as barrel pressure), typically set by an additional control (e.g. a finger wheel on an airbrush stylus), of the pointer input in the range of [-1,1], where 0 is the neutral position of the control. Note that some hardware may only support positive values in the range of [0,1]. For hardware that does not support tangential pressure, the value MUST be 0.

    Since

    React 16.5

  54. val target: DOMEventTarget

    Permalink
    Definition Classes
    SyntheticEvent
  55. val tiltX: Double

    Permalink
  56. val tiltY: Double

    Permalink
  57. val timeStamp: Date

    Permalink
    Definition Classes
    SyntheticEvent
  58. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. val twist: Int

    Permalink

    The clockwise rotation (in degrees, in the range of [0,359]) of a transducer (e.g.

    The clockwise rotation (in degrees, in the range of [0,359]) of a transducer (e.g. pen stylus) around its own major axis. For devices that do not report twist, the value MUST be 0.

    Since

    React 16.5

  61. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  62. val view: Object

    Permalink

    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
  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. val width: Double

    Permalink

Inherited from SyntheticMouseEvent[DOMEventTarget]

Inherited from SyntheticUIEvent[DOMEventTarget]

Inherited from SyntheticEvent[DOMEventTarget]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped