Packages

trait ProgressProps extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProgressProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val active: UndefOr[Boolean]

    A progress bar can show activity.

  2. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  3. val as: UndefOr[AsT]

    An element type to render as (string or function).

  4. val attached: UndefOr[String]

    A progress bar can attach to and show the progress of an element (i.e.

    A progress bar can attach to and show the progress of an element (i.e. Card or Segment).

  5. val autoSuccess: UndefOr[Boolean]

    Whether success state should automatically trigger when progress completes.

  6. val children: UndefOr[Node]

    Primary content.

  7. val className: UndefOr[String]

    Additional classes.

  8. val color: UndefOr[String]

    A progress bar can have different colors.

  9. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  10. val disabled: UndefOr[Boolean]

    A progress bar be disabled.

  11. val error: UndefOr[Boolean]

    A progress bar can show a error state.

  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. val indicating: UndefOr[Boolean]

    An indicating progress bar visually indicates the current level of progress of a task.

  14. val inverted: UndefOr[Boolean]

    A progress bar can have its colors inverted.

  15. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  16. val label: UndefOr[SemanticShorthandItem[LabelProps]]

    Can be set to either to display progress as percent or ratio.

  17. val percent: UndefOr[|[JsNumber, String]]

    Current percent complete.

  18. val precision: UndefOr[JsNumber]

    Decimal point precision for calculated progress.

  19. val progress: UndefOr[|[Boolean, String]]

    A progress bar can contain a text value indicating current progress.

  20. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  21. val size: UndefOr[SemanticSIZES]

    A progress bar can vary in size.

  22. val success: UndefOr[Boolean]

    A progress bar can show a success state.

  23. def toLocaleString(): String
    Definition Classes
    Object
  24. val total: UndefOr[|[JsNumber, String]]

    For use with value.

    For use with value. Together, these will calculate the percent. Mutually excludes percent.

  25. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  26. val value: UndefOr[|[JsNumber, String]]

    For use with total.

    For use with total. Together, these will calculate the percent. Mutually excludes percent.

  27. def valueOf(): Any
    Definition Classes
    Object
  28. val warning: UndefOr[Boolean]

    A progress bar can show a warning state.