Skip to content

getProgressBarComponentConstructor

Unofficial

Get the obsidian#ProgressBarComponent constructor.

Import:

import { getProgressBarComponentConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getProgressBarComponentConstructor(): ConstructorBase<[containerEl: HTMLElement], ProgressBarComponent>

Returns: ConstructorBase<[containerEl: HTMLElement], ProgressBarComponent> — The obsidian#ProgressBarComponent constructor.


Links to this page: