case class OnFocusEventAttribute(name: String) extends OnEventAttribute[FocusSyntheticEvent] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OnFocusEventAttribute
- Serializable
- Serializable
- Product
- Equals
- OnEventAttribute
- AttributeSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OnFocusEventAttribute(name: String)
Value Members
-
def
:=(callback: Function1[FocusSyntheticEvent, _]): Attribute[Function1[FocusSyntheticEvent, _]]
- Definition Classes
- OnEventAttribute
-
def
:=(callback: Function0[_]): Attribute[Function0[_]]
- Definition Classes
- OnEventAttribute
-
val
name: String
- Definition Classes
- OnFocusEventAttribute → OnEventAttribute → AttributeSpec