@modules/notifications
Notifications module - in-game notification system.
Classes
| Class | Description |
|---|---|
| NotificationService | Service for managing in-game notifications. |
Interfaces
| Interface | Description |
|---|---|
| Notification | - |
| NotificationsState | - |
Type Aliases
| Type Alias | Description |
|---|---|
| NotificationType | - |
Variables
default
default: Module;Defined in: src/modules/features/notifications/module.ts:14
DEFAULT_NOTIFICATIONS_STATE
const DEFAULT_NOTIFICATIONS_STATE: NotificationsState;Defined in: src/modules/features/notifications/types.ts:49
NotificationType
const NotificationType: {
ERROR: "error";
INFO: "info";
SUCCESS: "success";
WARNING: "warning";
};Defined in: src/modules/features/notifications/types.ts:8
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
ERROR | "error" | "error" | src/modules/features/notifications/types.ts:11 |
INFO | "info" | "info" | src/modules/features/notifications/types.ts:9 |
SUCCESS | "success" | "success" | src/modules/features/notifications/types.ts:12 |
WARNING | "warning" | "warning" | src/modules/features/notifications/types.ts:10 |