final case class Button(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, animated: UndefOr[ButtonAnimated] = js.undefined, attached: UndefOr[ButtonAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Icon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[Label] = js.undefined, labelPosition: UndefOr[String] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ButtonProps] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Button
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Button(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, animated: UndefOr[ButtonAnimated] = js.undefined, attached: UndefOr[ButtonAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Icon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[Label] = js.undefined, labelPosition: UndefOr[String] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val active: UndefOr[Boolean]
- val animated: UndefOr[ButtonAnimated]
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[ButtonAttached]
- val basic: UndefOr[Boolean]
- val child: UndefOr[VdomNode]
- val children: ChildrenArgs
- Definition Classes
- Button → GenericComponentC
- val circular: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[SemanticColor]
- val compact: UndefOr[Boolean]
- val content: UndefOr[VdomNode]
- def cprops: ButtonProps
- Definition Classes
- Button → GenericComponentC
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floated: UndefOr[SemanticFloats]
- val fluid: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val icon: UndefOr[Icon]
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: UndefOr[Label]
- val labelPosition: UndefOr[String]
- val loading: UndefOr[Boolean]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negative: UndefOr[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onClick: UndefOr[Callback]
- val onClickE: UndefOr[OnClick]
- val positive: UndefOr[Boolean]
- val primary: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: Render[ButtonProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
- def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null], ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null]]
- Definition Classes
- Button → GenericComponentC
- Annotations
- @inline()
- val role: UndefOr[Boolean]
- val secondary: UndefOr[Boolean]
- val size: UndefOr[SemanticSize]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[TabIndex]
- val toggle: UndefOr[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withChildren(children: ChildrenArgs): Button
- Definition Classes
- Button → GenericComponentC