trait ProgressProps extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- ProgressProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- val active: UndefOr[Boolean]
A progress bar can show activity.
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- 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).
- val autoSuccess: UndefOr[Boolean]
Whether success state should automatically trigger when progress completes.
- val children: UndefOr[Node]
Primary content.
- val className: UndefOr[String]
Additional classes.
- val color: UndefOr[String]
A progress bar can have different colors.
- val content: UndefOr[SemanticShorthandContent]
Shorthand for primary content.
- val disabled: UndefOr[Boolean]
A progress bar be disabled.
- val error: UndefOr[Boolean]
A progress bar can show a error state.
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val indicating: UndefOr[Boolean]
An indicating progress bar visually indicates the current level of progress of a task.
- val inverted: UndefOr[Boolean]
A progress bar can have its colors inverted.
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val label: UndefOr[SemanticShorthandItemS[LabelProps]]
Can be set to either to display progress as percent or ratio.
- val percent: UndefOr[|[JsNumber, String]]
Current percent complete.
- val precision: UndefOr[JsNumber]
Decimal point precision for calculated progress.
- val progress: UndefOr[|[Boolean, String]]
A progress bar can contain a text value indicating current progress.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val size: UndefOr[SemanticSIZES]
A progress bar can vary in size.
- val success: UndefOr[Boolean]
A progress bar can show a success state.
- def toLocaleString(): String
- Definition Classes
- Object
- val total: UndefOr[|[JsNumber, String]]
For use with value.
For use with value. Together, these will calculate the percent. Mutually excludes percent.
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- val value: UndefOr[|[JsNumber, String]]
For use with total.
For use with total. Together, these will calculate the percent. Mutually excludes percent.
- def valueOf(): Any
- Definition Classes
- Object
- val warning: UndefOr[Boolean]
A progress bar can show a warning state.