getConfirmationButtonConstructor
Unofficial
Get the obsidian#ConfirmationButton constructor.
Import:
import { getConfirmationButtonConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getConfirmationButtonConstructor(): ConstructorBase<[containerEl: HTMLElement, handleClose: () => void], ConfirmationButton>Returns: ConstructorBase<[containerEl: HTMLElement, handleClose: () => void], ConfirmationButton> — The obsidian#ConfirmationButton constructor.
Links to this page: