Variable MainConfigConst

MainConfig: {
    COPYRIGHT_YEAR: "2024";
    DESCRIPTION: "Manage your lineups.";
    DEVELOPER: {
        GITHUB: "https://github.com/msdacsystems";
        NAME: "MSDAC Systems";
        WEBSITE: "https://msdacsystems.com";
    };
    HOW_TO: "https://participants.msdacsystems.com/guide";
    MOBILE_BREAKPOINT: 640;
    SYNC_LINEUP_AUTO_REFRESH_INTERVAL: 45;
    TITLE: "Participants";
    USER_AGENT: "MSDAC Systems Participants";
} = ...

Type declaration

  • ReadonlyCOPYRIGHT_YEAR: "2024"
  • ReadonlyDESCRIPTION: "Manage your lineups."
  • ReadonlyDEVELOPER: {
        GITHUB: "https://github.com/msdacsystems";
        NAME: "MSDAC Systems";
        WEBSITE: "https://msdacsystems.com";
    }

    Information about the developer.

    • ReadonlyGITHUB: "https://github.com/msdacsystems"
    • ReadonlyNAME: "MSDAC Systems"
    • ReadonlyWEBSITE: "https://msdacsystems.com"
  • ReadonlyHOW_TO: "https://participants.msdacsystems.com/guide"

    The URL of the guide for participants.

  • ReadonlyMOBILE_BREAKPOINT: 640
  • ReadonlySYNC_LINEUP_AUTO_REFRESH_INTERVAL: 45

    The interval in seconds to refresh the lineup in the sync dialog automatically

  • ReadonlyTITLE: "Participants"
  • ReadonlyUSER_AGENT: "MSDAC Systems Participants"