SyntheticWheelEvent

slinky.web.SyntheticWheelEvent
trait SyntheticWheelEvent[+TargetType] extends SyntheticEvent[TargetType, WheelEvent]

Attributes

Graph
Supertypes
trait SyntheticEvent[TargetType, WheelEvent]
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isDefaultPrevented(): Boolean

Attributes

Inherited from:
SyntheticEvent
def isPropagationStopped(): Boolean

Attributes

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

Attributes

Inherited from:
Object
def preventDefault(): Unit

Attributes

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

Attributes

Inherited from:
Object
def stopPropagation(): Unit

Attributes

Inherited from:
SyntheticEvent
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val deltaMode: Int
val deltaX: Double
val deltaY: Double
val deltaZ: Double

Inherited fields

val `type`: String

Attributes

Inherited from:
SyntheticEvent
val bubbles: Boolean

Attributes

Inherited from:
SyntheticEvent
val cancelable: Boolean

Attributes

Inherited from:
SyntheticEvent
val currentTarget: TargetType

Attributes

Inherited from:
SyntheticEvent
val defaultPrevented: Boolean

Attributes

Inherited from:
SyntheticEvent
val eventPhase: Int

Attributes

Inherited from:
SyntheticEvent
val isTrusted: Boolean

Attributes

Inherited from:
SyntheticEvent
val nativeEvent: WheelEvent

Attributes

Inherited from:
SyntheticEvent
val target: TargetType

Attributes

Inherited from:
SyntheticEvent
val timeStamp: Int

Attributes

Inherited from:
SyntheticEvent