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, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[VdomNode] = js.undefined, error: UndefOr[Boolean] = js.undefined, indicating: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[LabelProps] = js.undefined, percent: UndefOr[|[JsNumber, String]] = js.undefined, precision: UndefOr[JsNumber] = js.undefined, progress: UndefOr[|[Boolean, String]] = js.undefined, size: UndefOr[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, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ProgressProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentC[ProgressProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Progress
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentC
  6. AnyRef
  7. 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, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[VdomNode] = js.undefined, error: UndefOr[Boolean] = js.undefined, indicating: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[LabelProps] = js.undefined, percent: UndefOr[|[JsNumber, String]] = js.undefined, precision: UndefOr[JsNumber] = js.undefined, progress: UndefOr[|[Boolean, String]] = js.undefined, size: UndefOr[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, children: ChildrenArgs = 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. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[String]
  8. val autoSuccess: UndefOr[Boolean]
  9. val child: UndefOr[VdomNode]
  10. val children: ChildrenArgs
    Definition Classes
    Progress → GenericJsComponentC
  11. val className: UndefOr[String]
  12. val clazz: UndefOr[Css]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val color: UndefOr[SemanticColor]
  15. val content: UndefOr[VdomNode]
  16. def cprops: ProgressProps
    Definition Classes
    Progress → GenericJsComponentC
  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[LabelProps]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val percent: UndefOr[|[JsNumber, String]]
  29. val precision: UndefOr[JsNumber]
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val progress: UndefOr[|[Boolean, String]]
  32. def render: Render[ProgressProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  33. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ProgressProps, MountedWithRoot[[A]A, ProgressProps, Null, Component[ProgressProps, Null], ProgressProps, Null], ProgressProps, MountedWithRoot[[A]A, ProgressProps, Null, Component[ProgressProps, Null], ProgressProps, Null]]
    Definition Classes
    Progress → GenericJsComponentC
    Annotations
    @inline()
  34. val size: UndefOr[SemanticSize]
  35. val success: UndefOr[Boolean]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val total: UndefOr[|[JsNumber, String]]
  38. val value: UndefOr[|[JsNumber, String]]
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. val warning: UndefOr[Boolean]
  43. def withChildren(children: ChildrenArgs): Progress
    Definition Classes
    Progress → GenericJsComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentC[ProgressProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped