ElectronNotificationResponse
Unofficial
User’s response to a native notification.
Import:
import type { ElectronNotificationResponse } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronNotificationResponseProperties
| Property | Type | Description | |
|---|---|---|---|
| actionIdentifier | string | The identifier string of the action that the user selected. | |
| date | number | The delivery date of the notification. | |
| identifier | string | The unique identifier for this notification request. | |
| userInfo | Record<string, unknown> | A dictionary of custom information associated with the notification. | |
| userText? | string | The text entered or chosen by the user. |