Interface: AppNotificationRequest
Defined in: shared/types/notifications.ts:28
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?โ
optional body?: string;
Defined in: shared/types/notifications.ts:30
Optional body text displayed below the title.
titleโ
title: string;
Defined in: shared/types/notifications.ts:32
Short title displayed by the operating system notification UI.