Skip to content

ElectronProgressBarOptions

Unofficial

Options for ElectronBrowserWindow.setProgressBar.

Import:

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

Signature:

export interface ElectronProgressBarOptions

Properties

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