SyntheticKeyboardEvent

slinky.web.SyntheticKeyboardEvent
trait SyntheticKeyboardEvent[+TargetType] extends SyntheticEvent[TargetType, KeyboardEvent]

Attributes

Graph
Supertypes
trait SyntheticEvent[TargetType, KeyboardEvent]
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 charCode: Int
val ctrlKey: Boolean
val key: String
val keyCode: Int
val locale: String
val location: Int
val metaKey: Boolean
val repeat: Boolean
val shiftKey: Boolean
val which: Int

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

Attributes

Inherited from:
SyntheticEvent
val target: TargetType

Attributes

Inherited from:
SyntheticEvent
val timeStamp: Int

Attributes

Inherited from:
SyntheticEvent