Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProps

Hierarchy

  • IProps

Index

Properties

Properties

Optional flavorText

flavorText: undefined | string

Optional extra text to describe the bar's state.

Optional success

success: undefined | false | true

Optional flag to indicate whether the action succeeded. If true, the bar will render green. If false, the bar will render red. If undefined, the bar will render blue (default).

Optional value

value: undefined | number

The value of the progress bar. Omit for an indeterminate bar.

Generated using TypeDoc