SyntheticMouseEvent

slinky.web.SyntheticMouseEvent
trait SyntheticMouseEvent[+TargetType] extends SyntheticEvent[TargetType, MouseEvent]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def getModifierState(key: String): Boolean

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 altKey: Boolean
val button: Int
val buttons: Int
val clientX: Double
val clientY: Double
val ctrlKey: Boolean
val metaKey: Boolean
val pageX: Double
val pageY: Double
val relatedTarget: EventTarget
val screenX: Double
val screenY: Double
val shiftKey: Boolean

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: MouseEvent

Attributes

Inherited from:
SyntheticEvent
val target: TargetType

Attributes

Inherited from:
SyntheticEvent
val timeStamp: Int

Attributes

Inherited from:
SyntheticEvent