TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface PopupEvent

    Event data for when a popup should open

    interface PopupEvent {
        message: string;
        severity: 0 | 1 | 2 | 3 | 4;
        time: number;
    }
    Index

    Properties

    Properties

    message: string

    String message to display

    severity: 0 | 1 | 2 | 3 | 4

    Severity where 0 (none), 1 (info), 2 (success), 3 (warning), and 4 (error)

    time: number

    Time that popup was activated; this is so same popup can be activated twice w/o clearing state