Interface Application

Holds application-specific settings.

interface Application {
    isMainCapacity: boolean;
    mainCapacityCode: CapacityCode;
    name: string;
}

Properties

isMainCapacity: boolean

Indicates whether the application is a main capacity application. This means the application is one of the following:

  • Burgerprofiel (BUR)
  • eLoket Ondernemers (EA)
  • Verenigingsloket (VER)
mainCapacityCode: CapacityCode

The main capacity code setting, which changes certain UI elements like the eLoket icon.

name: string

The application name shown at the top of the access menu.