Type alias XgConfig

XgConfig: {
    basemaps?: BasemapConfig[];
    layers?: LayerConfig[];
    scene?: Partial<SceneConfig>;
}

Type declaration