update doc for setProgressBar (#12428)
* update doc for setProgressBar The linter was unable to get `paused` as a possible value for `mode` * update doc for setProgressBar Addressing PR feedback
This commit is contained in:
parent
22da843efa
commit
5f7c6ccfe4
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ menu bar.
|
|||
|
||||
* `progress` Double
|
||||
* `options` Object (optional)
|
||||
* `mode` String _Windows_ - Mode for the progress bar. Can be `none`, `normal`, `indeterminate`, `error`, or `paused`.
|
||||
* `mode` String _Windows_ - Mode for the progress bar. Can be `none`, `normal`, `indeterminate`, `error` or `paused`.
|
||||
|
||||
Sets progress value in progress bar. Valid range is [0, 1.0].
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue