interface MyDefaultApplicationClientConfig {
    defaultLanguage?: string;
    description?: string;
    legal?: DefaultLegalConfig;
    mapInteractions?: MapInteraction[];
    mapView: DefaultMapView;
    newField: number;
    printApp?: string;
    theme?: DefaultApplicationTheme;
}

Hierarchy (view full)

Properties

defaultLanguage?: string
description?: string
mapInteractions?: MapInteraction[]
newField: number
printApp?: string