Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.87 KB

File metadata and controls

59 lines (32 loc) · 1.87 KB

andculturecode-javascript-react-components › ProgressBarProps

Interface: ProgressBarProps

Hierarchy

  • ProgressBarProps

Index

Properties

Properties

Optional cssClassName

• cssClassName? : undefined | string

Defined in src/molecules/progress-bar/progress-bar.tsx:29


Optional isErrored

• isErrored? : undefined | false | true

Defined in src/molecules/progress-bar/progress-bar.tsx:30


Optional style

• style? : ProgressBarStyles

Defined in src/molecules/progress-bar/progress-bar.tsx:31


Optional testId

• testId? : undefined | string

Defined in src/molecules/progress-bar/progress-bar.tsx:36

Unique identifier used to select the underlying

for functional/e2e testing


value

• value: number

Defined in src/molecules/progress-bar/progress-bar.tsx:38