Skip to main content

@modules/notifications

Notifications module - in-game notification system.

Classes

ClassDescription
NotificationServiceService for managing in-game notifications.

Interfaces

InterfaceDescription
Notification-
NotificationsState-

Type Aliases

Type AliasDescription
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

NameTypeDefault valueDefined 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