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

Property Type Description
bottom? boolean Whether to display the notification at the bottom of the editor.
duration? number Duration in milliseconds before the notification is automatically dismissed.