Packages

final case class ButtonOr(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, text: UndefOr[|[JsNumber, String]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[ButtonOrProps, ButtonOr] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[ButtonOrProps, Props, Unit, ButtonOr], PassthroughA[ButtonOrProps], Passthrough[ButtonOrProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonOr
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ButtonOr(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, text: UndefOr[|[JsNumber, String]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): ButtonOr
    Definition Classes
    ButtonOr → GenericJsComponentA
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val modifiers: Seq[TagMod]
    Definition Classes
    ButtonOr → Passthrough
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. def rawProps: ButtonOrProps
    Definition Classes
    PassthroughA
  8. def render: Render[ButtonOrProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  9. val text: UndefOr[|[JsNumber, String]]