Notification
Defined in: src/modules/features/notifications/types.ts:17
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
duration? | number | How long this notification will be displayed in milliseconds. | src/modules/features/notifications/types.ts:37 |
id | string | A unique identifier for this notification. | src/modules/features/notifications/types.ts:21 |
message | string | The message of this notification. | src/modules/features/notifications/types.ts:29 |
title | string | The title of this notification. | src/modules/features/notifications/types.ts:25 |
type | NotificationType | The type of this notification (info, warning, error). | src/modules/features/notifications/types.ts:33 |