case class OnKeyboardEventAttribute(name: String) extends OnEventAttribute[KeyboardSyntheticEvent] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, OnEventAttribute[KeyboardSyntheticEvent], AttributeSpec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OnKeyboardEventAttribute
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OnEventAttribute
  7. AttributeSpec
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OnKeyboardEventAttribute(name: String)

Value Members

  1. def :=(callback: Function1[KeyboardSyntheticEvent, _]): Attribute[Function1[KeyboardSyntheticEvent, _]]
    Definition Classes
    OnEventAttribute
  2. def :=(callback: Function0[_]): Attribute[Function0[_]]
    Definition Classes
    OnEventAttribute
  3. val name: String
    Definition Classes
    OnKeyboardEventAttributeOnEventAttribute → AttributeSpec