ConfirmParams
Parameters for confirm.
Import:
import type { ConfirmParams } from 'obsidian-dev-utils/obsidian/modals/confirm';Signature:
export interface ConfirmParams extends ModalParamsBaseExtends: ModalParamsBase
Properties
| Property | Type | Description |
|---|---|---|
| app | App | An Obsidian app instance. (Inherited from ModalParamsBase) |
| cancelButtonText? | string | A text for the "Cancel" button. |
| 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: