Packages

final case class Progress(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, attached: UndefOr[String] = js.undefined, autoSuccess: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, error: UndefOr[Boolean] = js.undefined, indicating: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, percent: UndefOr[|[JsNumber, String]] = js.undefined, precision: UndefOr[JsNumber] = js.undefined, progress: UndefOr[|[Boolean, String]] = js.undefined, size: UndefOr[sizes.SemanticSize] = js.undefined, success: UndefOr[Boolean] = js.undefined, total: UndefOr[|[JsNumber, String]] = js.undefined, value: UndefOr[|[JsNumber, String]] = js.undefined, warning: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ProgressProps, Progress] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ProgressProps, PropsAndChildren, Unit, Progress], PassthroughAC[ProgressProps], Passthrough[ProgressProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Progress
  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 Progress(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, attached: UndefOr[String] = js.undefined, autoSuccess: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, error: UndefOr[Boolean] = js.undefined, indicating: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, percent: UndefOr[|[JsNumber, String]] = js.undefined, precision: UndefOr[JsNumber] = js.undefined, progress: UndefOr[|[Boolean, String]] = js.undefined, size: UndefOr[sizes.SemanticSize] = js.undefined, success: UndefOr[Boolean] = js.undefined, total: UndefOr[|[JsNumber, String]] = js.undefined, value: UndefOr[|[JsNumber, String]] = js.undefined, warning: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val active: UndefOr[Boolean]
  5. def addModifiers(modifiers: Seq[TagMod]): Progress
    Definition Classes
    Progress → GenericJsComponentAC
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val attached: UndefOr[String]
  9. val autoSuccess: UndefOr[Boolean]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val color: UndefOr[SemanticColor]
  14. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ProgressProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ProgressProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ProgressProps, Null, Component[ProgressProps, Null], ProgressProps, Null], ProgressProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ProgressProps, Null, Component[ProgressProps, Null], ProgressProps, Null]], ProgressProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ProgressProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ProgressProps, Null, Component[ProgressProps, Null], ProgressProps, Null], ProgressProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ProgressProps, Null, Component[ProgressProps, Null], ProgressProps, Null]]]
    Attributes
    protected
    Definition Classes
    Progress → GenericJsComponentAC
  15. val content: UndefOr[ShorthandS[VdomNode]]
  16. def cprops: ProgressProps
    Attributes
    protected
    Definition Classes
    Progress → Passthrough
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val error: UndefOr[Boolean]
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val indicating: UndefOr[Boolean]
  22. val inverted: UndefOr[Boolean]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val label: UndefOr[ShorthandS[Label]]
  25. val modifiers: Seq[TagMod]
    Definition Classes
    Progress → Passthrough
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val percent: UndefOr[|[JsNumber, String]]
  30. val precision: UndefOr[JsNumber]
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val progress: UndefOr[|[Boolean, String]]
  33. def rawModifiers: (ProgressProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  34. def render: Render[ProgressProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  35. val size: UndefOr[sizes.SemanticSize]
  36. val success: UndefOr[Boolean]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val total: UndefOr[|[JsNumber, String]]
  39. val value: UndefOr[|[JsNumber, String]]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. val warning: UndefOr[Boolean]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[ProgressProps, PropsAndChildren, Unit, Progress]

Inherited from PassthroughAC[ProgressProps]

Inherited from Passthrough[ProgressProps]

Inherited from AnyRef

Inherited from Any

Ungrouped