Skip to content

ElectronNotificationResponse

Unofficial

User’s response to a native notification.

Import:

import type { ElectronNotificationResponse } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronNotificationResponse

Properties

PropertyTypeDescription
actionIdentifierstringThe identifier string of the action that the user selected.
datenumberThe delivery date of the notification.
identifierstringThe unique identifier for this notification request.
userInfoRecord<string, unknown>A dictionary of custom information associated with the notification.
userText?stringThe text entered or chosen by the user.