SyntheticEvent

slinky.core.SyntheticEvent
trait SyntheticEvent[+TargetType, +EventType] extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def isDefaultPrevented(): Boolean
def isPropagationStopped(): Boolean
def preventDefault(): Unit
def stopPropagation(): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val `type`: String
val bubbles: Boolean
val cancelable: Boolean
val currentTarget: TargetType
val defaultPrevented: Boolean
val eventPhase: Int
val isTrusted: Boolean
val nativeEvent: EventType
val target: TargetType
val timeStamp: Int