Interface: AppNotificationRequest
Defined in: shared/types/notifications.ts:45
Payload for requesting a generic app notification.
Remarksโ
This is intended for user-initiated operations (e.g. "Backup uploaded") and must never include secrets (tokens, passphrases, etc.).
System notification eligibility is ultimately controlled by the user's notification settings in the renderer and the main-process notification service configuration.
Propertiesโ
body?โ
optionalbody:string
Defined in: shared/types/notifications.ts:47
Optional body text displayed below the title.
titleโ
title:
string
Defined in: shared/types/notifications.ts:49
Short title displayed by the operating system notification UI.