AlertParams
Parameters for AlertModal.
Import:
import type { AlertParams } from 'obsidian-dev-utils/obsidian/modals/alert';Signature:
export interface AlertParams extends ModalParamsBaseExtends: ModalParamsBase
Properties
| Property | Type | Description |
|---|---|---|
| app | App | An Obsidian app instance. (Inherited from ModalParamsBase) |
| cssClasses? | string[] | A CSS class to apply to the modal. (Inherited from ModalParamsBase) |
| message | DocumentFragment | string | A message to display in the modal. |
| okButtonText? | string | A text for the "OK" button. |
| title? | DocumentFragment | string | A title of the modal. |
Links to this page: