Keyboard

japgolly.scalajs.react.test.SimEvent$.Keyboard
See theKeyboard companion object
case class Keyboard(key: String, location: Double, altKey: Boolean, ctrlKey: Boolean, metaKey: Boolean, shiftKey: Boolean, repeat: Boolean, code: String, locale: String, keyCode: Int, charCode: Int, which: Int, defaultPrevented: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def alt: Keyboard
def assign(tgt: Dynamic, readOnlyProperties: Boolean): Dynamic
def ctrl: Keyboard
def desc: String
def meta: Keyboard
def toJs: Object

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product