Interface RampBasemapLayerConfig

interface RampBasemapLayerConfig {
    id: string;
    layerType: LayerType;
    opacity?: number;
    url: string;
}

Properties

id: string
layerType: LayerType
opacity?: number
url: string