ElectronProgressBarOptions
Unofficial
Options for ElectronBrowserWindow.setProgressBar.
Import:
import type { ElectronProgressBarOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronProgressBarOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| mode | 'error' | 'indeterminate' | 'none' | 'normal' | 'paused' | Mode for the progress bar (Windows only). |