frontend
    Preparing search index...

    Function createEventAlert

    • Function for initializing an event alert object.

      Parameters

      • name: string

        Description of the event.

      • description: string

        Description of the event.

      • status: AlertStatus

        Status (Seen/Unseen)

      • time: string

        Time of the event.

      • date: string

        Date of the event.

      • id: number

        Unique ID in RelevantEvents table.

      Returns EventAlert

      Event alert object.