electron/docs/api/structures/notification-response.md
Erick Zhao b9c4b27781
docs: backslash escape parametrized TypeScript types (#41575)
* docs: backslash escape parametrized TypeScript types

* missing instances
2024-03-25 11:19:44 +01:00

434 B

NotificationResponse Object

  • 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, any> - A dictionary of custom information associated with the notification.
  • userText string (optional) - The text entered or chosen by the user.