Interface

AppConfig

AppConfig

Properties:
Name Type Description
appSettings Object:.<string:, string:>
menuInfo Object:.<string:, Array:.<Object:>>
*[#].categoryKey string
*[#].iconUrl string
*[#].menuImageUrl string
*[#].name string
translations Object
venueImages Object:.<string:, string:>

Example

{
     appSettings: {},
     menuInfo: {
         mainmenu: [
         {
             categoryKe: "CANTEEN",
             name: "Canteen",
             menuImageUrl: null,
             iconUrl: "https://app.mapsindoors.com/mapsindoors/gfx/mapspeopledemo/cat-canteen.png"
         },
         {
             categoryKey: "MEETINGROOM",
             name: "Meeting Room",
             menuImageUrl: null,
             iconUrl: "https://app.mapsindoors.com/mapsindoors/gfx/mapspeopledemo/cat-meetingsrooms.png"
         },
         {
             categoryKey: "OFFICE",
             name: "Office",
             menuImageUrl: null,
             iconUrl: "https://app.mapsindoors.com/mapsindoors/gfx/mapspeopledemo/cat-offices.png"
         }]
     },
     venueImages: {
             rtx: "https://app.mapsindoors.com/mapsindoors/gfx/defaultvenue.png"
     },
     translations: {}
}