Project

General

Profile

Actions

Feature #14186

closed

Progress indicator store

Added by Michał Kłobukowski almost 6 years ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
Story points:
-
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}

Actions

Also available in: Atom PDF