case class OnFocusEventAttribute(name: String) extends OnEventAttribute[FocusSyntheticEvent] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, OnEventAttribute[FocusSyntheticEvent], AttributeSpec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OnFocusEventAttribute
  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 OnFocusEventAttribute(name: String)

Value Members

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