RAMP4 - v4.21.0
    Preparing search index...

    Interface RampBasemapConfig

    interface RampBasemapConfig {
        altText: string;
        attribution?: Attribution;
        backgroundColour?: string;
        description: string;
        hideThumbnail?: boolean;
        id: string;
        layers: RampBasemapLayerConfig[];
        name: string;
        thumbnailUrl?: string;
        tileSchemaId: string;
    }
    Index

    Properties

    altText: string
    attribution?: Attribution
    backgroundColour?: string
    description: string
    hideThumbnail?: boolean
    id: string
    name: string
    thumbnailUrl?: string
    tileSchemaId: string