Packages

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

Linear Supertypes
Serializable, Product, Equals, GenericComponentC[ButtonContentProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonContent
  2. Serializable
  3. Product
  4. Equals
  5. GenericComponentC
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ButtonContent(as: UndefOr[AsC] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, visible: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty)

Value Members

  1. val as: UndefOr[AsC]
  2. val child: UndefOr[VdomNode]
  3. val children: ChildrenArgs
    Definition Classes
    ButtonContent → GenericComponentC
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[VdomNode]
  7. def cprops: ButtonContentProps
    Definition Classes
    ButtonContent → GenericComponentC
  8. val hidden: UndefOr[Boolean]
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def render: Render[ButtonContentProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  11. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ButtonContentProps, MountedWithRoot[[A]A, ButtonContentProps, Null, Component[ButtonContentProps, Null], ButtonContentProps, Null], ButtonContentProps, MountedWithRoot[[A]A, ButtonContentProps, Null, Component[ButtonContentProps, Null], ButtonContentProps, Null]]
    Definition Classes
    ButtonContent → GenericComponentC
    Annotations
    @inline()
  12. val visible: UndefOr[Boolean]
  13. def withChildren(children: ChildrenArgs): ButtonContent
    Definition Classes
    ButtonContent → GenericComponentC