ModalParamsBase
Base options for a modal.
Import:
import type { ModalParamsBase } from 'obsidian-dev-utils/obsidian/modals/modal';Signature:
export interface ModalParamsBaseProperties
| Property | Type | Description |
|---|---|---|
| app | App | An Obsidian app instance. |
| cssClasses? | string[] | A CSS class to apply to the modal. |
Links to this page: