Packages

t

react.vdom

BaseSyntheticEvent

trait BaseSyntheticEvent[E, +C, +T] extends Object

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseSyntheticEvent
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val bubbles: Boolean
  2. val cancelable: Boolean
  3. val currentTarget: C
  4. val defaultPrevented: Boolean
  5. val eventPhase: Double
  6. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  7. def isPropagationStopped(): Boolean
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. val isTrusted: Boolean
  10. val nativeEvent: E
  11. def persist(): Unit

    Persist the event to process asynchronously

  12. def preventDefault(): Unit
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. def stopPropagation(): Unit
  15. val target: T
  16. val timeStamp: Date
  17. def toLocaleString(): String
    Definition Classes
    Object
  18. val type: String
  19. def valueOf(): Any
    Definition Classes
    Object