Constructors

Properties

Methods

Constructors

  • Parameters

    • json: {
          checkinCounters: {
              [key: string]: { label: string; shortLabel: string };
          };
          guestlistLabel: string;
          title: string;
      }
      • checkinCounters: { [key: string]: { label: string; shortLabel: string } }

        Checkincounters

        {
        * "main": {
        * "label": "Main Entrance",
        * "short_label": "🎫"
        * }
        * }
      • guestlistLabel: string

        Guestlistlabel

        Guests
        
      • title: string

        Title

    Returns Branch

Properties

checkinCounters: Map<string, { label: string; shortLabel: string }>
guestlistLabel: string
title: string

Methods

  • Returns {
        checkinCounters: {
            [key: string]: { label: string; shortLabel: string };
        };
        guestlistLabel: string;
        title: string;
    }

    • checkinCounters: { [key: string]: { label: string; shortLabel: string } }

      Checkincounters

      {
      * "main": {
      * "label": "Main Entrance",
      * "short_label": "🎫"
      * }
      * }
    • guestlistLabel: string

      Guestlistlabel

      Guests
      
    • title: string

      Title