case class OnMediaEventAttribute(name: String) extends OnEventAttribute[MediaSyntheticEvent] with Product with Serializable

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

Value Members

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