TypedTargetMouseEvent

@native @JSType trait TypedTargetMouseEvent[+T <: EventTarget] extends MouseEvent with TypedTargetEvent[T]
class MouseEvent
trait ModifierKeyEvent
class UIEvent
class Event
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def `type`: String
Inherited from
Event
def altKey: Boolean
Inherited from
ModifierKeyEvent
def bubbles: Boolean
Inherited from
Event
def button: Int
Inherited from
MouseEvent
def buttons: Int
Inherited from
MouseEvent
def cancelBubble: Boolean
Inherited from
Event
def cancelable: Boolean
Inherited from
Event
def clientX: Double
Inherited from
MouseEvent
def clientY: Double
Inherited from
MouseEvent
def ctrlKey: Boolean
Inherited from
ModifierKeyEvent
def currentTarget: EventTarget
Inherited from
Event
def defaultPrevented: Boolean
Inherited from
Event
def detail: Int
Inherited from
UIEvent
def eventPhase: Int
Inherited from
Event
def getModifierState(keyArg: String): Boolean
Inherited from
MouseEvent
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def isTrusted: Boolean
Inherited from
Event
def metaKey: Boolean
Inherited from
ModifierKeyEvent
def pageX: Double
Inherited from
MouseEvent
def pageY: Double
Inherited from
MouseEvent
def preventDefault(): Unit
Inherited from
Event
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def relatedTarget: EventTarget
Inherited from
MouseEvent
def screenX: Double
Inherited from
MouseEvent
def screenY: Double
Inherited from
MouseEvent
def shiftKey: Boolean
Inherited from
ModifierKeyEvent
Inherited from
Event
def stopPropagation(): Unit
Inherited from
Event
override def target: T
Definition Classes
Inherited from
TypedTargetEvent
def timeStamp: Double
Inherited from
Event
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object
def view: Window
Inherited from
UIEvent