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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ButtonContent
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- val as: UndefOr[AsC]
- val child: UndefOr[VdomNode]
- val children: ChildrenArgs
- Definition Classes
- ButtonContent → GenericComponentC
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val content: UndefOr[VdomNode]
- def cprops: ButtonContentProps
- Definition Classes
- ButtonContent → GenericComponentC
- val hidden: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: Render[ButtonContentProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
- 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()
- val visible: UndefOr[Boolean]
- def withChildren(children: ChildrenArgs): ButtonContent
- Definition Classes
- ButtonContent → GenericComponentC