Actions
Feature #14186
closedProgress indicator store
Story points:
-
Release:
Release relationship:
Auto
Description
Actions:
- startProgress(id, {mode, value})
- setProgressValue(id, value)
- setProgressMode(id, mode)
- stopProgress(id)
Selectors:
- getProgress(id, progressState): {started: boolean, mode: 'determinate' | 'indeterminate', value: number}
Updated by Pawel Kowalczyk about 6 years ago
- Status changed from New to In Progress
- Assigned To set to Pawel Kowalczyk
- Start date set to 09/10/2018
Updated by Peter Amstutz about 2 years ago
- Remaining (hours) set to 0.0
- Status changed from In Progress to Closed
Actions