Packages

trait ProgressProps extends Object

Annotations
@JSType() @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. Protected

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]

    A progress bar can show activity.

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

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

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. 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).

  9. val autoSuccess: UndefOr[Boolean]

    Whether success state should automatically trigger when progress completes.

  10. val children: UndefOr[Node]

    Primary content.

  11. val className: UndefOr[String]

    Additional classes.

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val color: UndefOr[String]

    A progress bar can have different colors.

  14. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  15. val disabled: UndefOr[Boolean]

    A progress bar be disabled.

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. val error: UndefOr[Boolean]

    A progress bar can show a error state.

  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. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val indicating: UndefOr[Boolean]

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

  24. val inverted: UndefOr[Boolean]

    A progress bar can have its colors inverted.

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. val label: UndefOr[SemanticShorthandItemS[LabelProps]]

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

  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val percent: UndefOr[|[JsNumber, String]]

    Current percent complete.

  32. val precision: UndefOr[JsNumber]

    Decimal point precision for calculated progress.

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

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

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

    A progress bar can vary in size.

  36. val success: UndefOr[Boolean]

    A progress bar can show a success state.

  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toLocaleString(): String
    Definition Classes
    Object
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val total: UndefOr[|[JsNumber, String]]

    For use with value.

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

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

    For use with total.

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

  43. def valueOf(): Any
    Definition Classes
    Object
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. val warning: UndefOr[Boolean]

    A progress bar can show a warning state.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped