Variable AppConfigDefaultsConst

AppConfigDefaults: {
    apiUrl: string;
    customCss: string;
    height: string;
    showArrows: boolean;
    showColorPicker: boolean;
    showThumbs: boolean;
    stylesheetUrl: null;
    vehicleAngles: VehicleAngle[];
    vehicleImageSize: VehicleImageSize;
    widthAdjustment: AppConfigWidthAdjustmentType;
} = ...

Default configuration values for the VVS Express application. These values are used if the user does not provide their own configuration.

Type declaration

  • apiUrl: string
  • customCss: string
  • height: string
  • showArrows: boolean
  • showColorPicker: boolean
  • showThumbs: boolean
  • stylesheetUrl: null
  • vehicleAngles: VehicleAngle[]
  • vehicleImageSize: VehicleImageSize
  • widthAdjustment: AppConfigWidthAdjustmentType

Generated using TypeDoc