Skip to content

ElectronProgressBarOptions

Unofficial

Options for ElectronBrowserWindow.setProgressBar.

Import:

import type { ElectronProgressBarOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronProgressBarOptions

Properties

Property Type Description
mode 'error' | 'indeterminate' | 'none' | 'normal' | 'paused' Mode for the progress bar (Windows only).