Packages

final case class ModalActions(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ModalActionsProps, ModalActions] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ModalActionsProps, PropsAndChildren, Unit, ModalActions], PassthroughAC[ModalActionsProps], Passthrough[ModalActionsProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModalActions
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ModalActions(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. val actions: UndefOr[Seq[ShorthandS[Button]]]
  2. def addModifiers(modifiers: Seq[TagMod]): ModalActions
    Definition Classes
    ModalActions → GenericJsComponentAC
  3. val as: UndefOr[AsC]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[VdomNode]
  7. val modifiers: Seq[TagMod]
    Definition Classes
    ModalActions → Passthrough
  8. val onActionClick: UndefOr[Callback]
  9. val onActionClickE: UndefOr[OnActionClick]
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def rawModifiers: (ModalActionsProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  12. def render: Render[ModalActionsProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()