t

japgolly.scalajs.react.raw

SyntheticTouchEvent

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

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

Annotations
@RawJSType() @native() @nowarn( "cat=unused" )
Linear Supertypes
SyntheticUIEvent[DOMEventTarget], SyntheticEvent[DOMEventTarget], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntheticTouchEvent
  2. SyntheticUIEvent
  3. SyntheticEvent
  4. Object
  5. Any
  6. AnyRef
  7. 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: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bubbles: Boolean
    Definition Classes
    SyntheticEvent
  7. val cancelable: Boolean
    Definition Classes
    SyntheticEvent
  8. val changedTouches: TouchList
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val ctrlKey: Boolean
  11. val currentTarget: DOMEventTarget
    Definition Classes
    SyntheticEvent
  12. def defaultPrevented: Boolean
    Definition Classes
    SyntheticEvent
  13. def detail: 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
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. val eventPhase: Double
    Definition Classes
    SyntheticEvent
  17. val eventType: String
    Definition Classes
    SyntheticEvent
    Annotations
    @JSName( "type" )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getModifierState(keyArg: String): Boolean
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def isDefaultPrevented(): Boolean
    Definition Classes
    SyntheticEvent
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPersistent(): Boolean
    Definition Classes
    SyntheticEvent
  25. def isPropagationStopped(): Boolean
    Definition Classes
    SyntheticEvent
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. val isTrusted: Boolean
    Definition Classes
    SyntheticEvent
  28. val metaKey: Boolean
  29. val nativeEvent: TouchEvent
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def persist(): Unit

    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
  34. 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
  35. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  36. val shiftKey: Boolean
  37. 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
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val target: DOMEventTarget
    Definition Classes
    SyntheticEvent
  40. val targetTouches: TouchList
  41. val timeStamp: Double
    Definition Classes
    SyntheticEvent
  42. def toLocaleString(): String
    Definition Classes
    Object
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. val touches: TouchList
  45. def valueOf(): Any
    Definition Classes
    Object
  46. val view: 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
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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.

Inherited from SyntheticUIEvent[DOMEventTarget]

Inherited from SyntheticEvent[DOMEventTarget]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped