
### error
- type: bool
- description: Should be true if had failure during the progress
### errorLabel
- type: string
- description: Label to display when an error happens
### errorMessage
- type: string
- description: Message to display when an error happens
### light
- type: bool
- description: Use light theme instead of dark theme
### showProgressIndication
- type: bool
- description: Use to display a percentage progress
### label
- type: string
- description: Use to display custom text in the progress bar
### labelPlacement
- type: enum
- description: Placement of the label in the progress bar
### size
- type: string
- description: Size of the bar
### skin
- type: enum
- description: Skin of the bar
### value
- type: union
- description: The number of the percentage progress
### dataHook
- type: string
- description: No description


