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