Skip to content

OpenNotificationOptions

Unofficial

Options for opening a notification in the editor.

Import:

import type { OpenNotificationOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface OpenNotificationOptions

Properties

PropertyTypeDescription
bottom?booleanWhether to display the notification at the bottom of the editor.
duration?numberDuration in milliseconds before the notification is automatically dismissed.