case class Keyboard(key: String = "", location: Double = 0, altKey: Boolean = false, ctrlKey: Boolean = false, metaKey: Boolean = false, shiftKey: Boolean = false, repeat: Boolean = false, code: String = "", locale: String = "", keyCode: Int = 0, charCode: Int = 0, which: Int = 0, defaultPrevented: Boolean = false) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keyboard
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Keyboard(key: String = "", location: Double = 0, altKey: Boolean = false, ctrlKey: Boolean = false, metaKey: Boolean = false, shiftKey: Boolean = false, repeat: Boolean = false, code: String = "", locale: String = "", keyCode: Int = 0, charCode: Int = 0, which: Int = 0, defaultPrevented: Boolean = false)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alt: Keyboard
- val altKey: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assign(tgt: Dynamic, readOnlyProperties: Boolean = false): tgt.type
- val charCode: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val code: String
- def ctrl: Keyboard
- val ctrlKey: Boolean
- val defaultPrevented: Boolean
- def desc: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
- val keyCode: Int
- val locale: String
- val location: Double
- def meta: Keyboard
- val metaKey: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repeat: Boolean
- def shift: Keyboard
- val shiftKey: Boolean
- def simulateKeyDown(t: ReactOrDomNode): Unit
- def simulateKeyDownPressUp(t: ReactOrDomNode): Unit
- def simulateKeyDownUp(t: ReactOrDomNode): Unit
- def simulateKeyPress(t: ReactOrDomNode): Unit
- def simulateKeyUp(t: ReactOrDomNode): Unit
- def simulationKeyDown: Simulation
- def simulationKeyDownPressUp: Simulation
- def simulationKeyDownUp: Simulation
- def simulationKeyPress: Simulation
- def simulationKeyUp: Simulation
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJs: Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val which: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated