Skip to content

MinimizableModalConstructorOptions

Options for constructing a MinimizableModal.

Import:

import type { MinimizableModalConstructorOptions } from 'obsidian-dev-utils/obsidian/modals/minimizable-modal';

Signature:

export interface MinimizableModalConstructorOptions

Properties

PropertyTypeDescription
shouldShowCancelButton?booleanWhether 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).