MinimizableModalConstructorOptions
Options for constructing a MinimizableModal.
Import:
import type { MinimizableModalConstructorOptions } from 'obsidian-dev-utils/obsidian/modals/minimizable-modal';Signature:
export interface MinimizableModalConstructorOptionsProperties
| Property | Type | Description |
|---|---|---|
| shouldShowCancelButton? | boolean | Whether the minimized bar shows a Cancel button that closes the wrapped modal. Closing lets the wrapped modal's own onClose define what "cancel" means (e.g. releasing a held lock). |