Base event class user for eventemitter events

Hierarchy (View Summary)

  • BaseEvent<
        {
            id: string;
            notification: Notification;
            oldProgress: number;
            progress: number;
        },
    >
    • NotificationProgressUpdateEvent

Constructors

Properties

Accessors

Constructors

Properties

data: {
    id: string;
    notification: Notification;
    oldProgress: number;
    progress: number;
}

Accessors

  • get id(): string

    Event id (e.g. 'user.created') Conver class name to param case and remove 'event' suffix

    Returns string

  • get id(): string

    Returns string