t

japgolly.scalajs.react.raw

SyntheticTransitionEvent

trait SyntheticTransitionEvent[+DOMEventTarget <: Node] extends Object with SyntheticEvent[DOMEventTarget]

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

Annotations
@JSType() @native()
Linear Supertypes
SyntheticEvent[DOMEventTarget], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntheticTransitionEvent
  2. SyntheticEvent
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val elapsedTime: Double
  2. abstract val propertyName: String
  3. abstract val pseudoElement: String

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bubbles: Boolean
    Definition Classes
    SyntheticEvent
  6. val cancelable: Boolean
    Definition Classes
    SyntheticEvent
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val currentTarget: DOMEventTarget
    Definition Classes
    SyntheticEvent
  9. def defaultPrevented: Boolean
    Definition Classes
    SyntheticEvent
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val eventPhase: Double
    Definition Classes
    SyntheticEvent
  13. val eventType: String
    Definition Classes
    SyntheticEvent
    Annotations
    @JSName("type")
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def isDefaultPrevented(): Boolean
    Definition Classes
    SyntheticEvent
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPersistent(): Boolean
    Definition Classes
    SyntheticEvent
  20. def isPropagationStopped(): Boolean
    Definition Classes
    SyntheticEvent
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. val isTrusted: Boolean
    Definition Classes
    SyntheticEvent
  23. val nativeEvent: Event
    Definition Classes
    SyntheticEvent
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. 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
  28. 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
  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. 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
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val target: DOMEventTarget
    Definition Classes
    SyntheticEvent
  33. val timeStamp: Double
    Definition Classes
    SyntheticEvent
  34. def toLocaleString(): String
    Definition Classes
    Object
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def valueOf(): Any
    Definition Classes
    Object
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 SyntheticEvent[DOMEventTarget]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped