Packages

final case class ButtonContent(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, visible: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ButtonContentProps, ButtonContent] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ButtonContentProps, PropsAndChildren, Unit, ButtonContent], PassthroughAC[ButtonContentProps], Passthrough[ButtonContentProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonContent
  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 ButtonContent(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, visible: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): ButtonContent
    Definition Classes
    ButtonContent → GenericJsComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[ShorthandS[VdomNode]]
  6. val hidden: UndefOr[Boolean]
  7. val modifiers: Seq[TagMod]
    Definition Classes
    ButtonContent → Passthrough
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def rawModifiers: (ButtonContentProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  10. def render: Render[ButtonContentProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  11. val visible: UndefOr[Boolean]