trait ProgressProps extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- ProgressProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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).
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
error: UndefOr[Boolean]
A progress bar can show a error state.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
label: UndefOr[SemanticShorthandItem[LabelProps]]
Can be set to either to display progress as percent or ratio.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
warning: UndefOr[Boolean]
A progress bar can show a warning state.