Packages

t

org.scalajs.dom.raw

KeyboardEventInit

trait KeyboardEventInit extends Object with UIEventInit with ModifierKeyEventInit

Annotations
@JSType()
Linear Supertypes
ModifierKeyEventInit, UIEventInit, EventInit, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyboardEventInit
  2. ModifierKeyEventInit
  3. UIEventInit
  4. EventInit
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val altKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bubbles: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  7. val cancelable: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  8. val charCode: UndefOr[Int]

    Sets value of KeyboardEvent.charCode.

    Sets value of KeyboardEvent.charCode. Defaults to 0.

    Annotations
    @JSOptional()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val composed: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  11. val ctrlKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  12. val detail: UndefOr[Int]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. val key: UndefOr[String]

    Sets value of KeyboardEvent.key.

    Sets value of KeyboardEvent.key. Defaults to empty string.

    Annotations
    @JSOptional()
  22. val keyCode: UndefOr[Int]

    Sets value of KeyboardEvent.keyCode.

    Sets value of KeyboardEvent.keyCode. Defaults to 0.

    Annotations
    @JSOptional()
  23. val locale: UndefOr[String]

    Sets value of KeyboardEvent.locale.

    Sets value of KeyboardEvent.locale. Defaults to empty string.

    Annotations
    @JSOptional()
  24. val location: UndefOr[Int]

    Sets value of KeyboardEvent.location.

    Sets value of KeyboardEvent.location. Defaults to 0.

    Annotations
    @JSOptional()
  25. val metaKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. val repeat: UndefOr[Boolean]

    Sets value of KeyboardEvent.repeat.

    Sets value of KeyboardEvent.repeat. Defaults to false.

    Annotations
    @JSOptional()
  31. val scoped: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  32. val shiftKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toLocaleString(): String
    Definition Classes
    Object
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def valueOf(): Any
    Definition Classes
    Object
  37. val view: UndefOr[Window]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ModifierKeyEventInit

Inherited from UIEventInit

Inherited from EventInit

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped