Trait

japgolly.scalajs.react.raw

SyntheticTouchEvent

Related Doc: package raw

Permalink

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

https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticTouchEvent.js

Annotations
@RawJSType() @native()
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

    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
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bubbles: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  7. val cancelable: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  8. val changedTouches: TouchList

    Permalink
  9. def clone(): AnyRef

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

    Permalink
  11. val currentTarget: DOMEventTarget

    Permalink
    Definition Classes
    SyntheticEvent
  12. def defaultPrevented: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  13. 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
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    SyntheticEvent
  17. val eventType: String

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

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

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

    Permalink
  21. def hasOwnProperty(v: String): Boolean

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

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

    Permalink
    Definition Classes
    Any
  24. def isPropagationStopped(): Boolean

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

    Permalink
    Definition Classes
    Object
  26. val isTrusted: Boolean

    Permalink
    Definition Classes
    SyntheticEvent
  27. val metaKey: Boolean

    Permalink
  28. val nativeEvent: TouchEvent

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. 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
  33. 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
  34. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  35. val shiftKey: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  38. val target: DOMEventTarget

    Permalink
    Definition Classes
    SyntheticEvent
  39. val targetTouches: TouchList

    Permalink
  40. val timeStamp: Date

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. val touches: TouchList

    Permalink
  44. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  45. 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
  46. final def wait(): Unit

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

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

    Permalink
    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