RAMP4 - v4.21.0
    Preparing search index...

    Interface RampLayerWmsSublayerConfig

    interface RampLayerWmsSublayerConfig {
        controls?: LayerControl[];
        currentStyle?: string;
        disabledControls?: LayerControl[];
        fixtures?: any;
        id: string;
        name?: string;
        state?: RampLayerStateConfig;
        styleLegends?: { name: string; url: string }[];
    }
    Index

    Properties

    controls?: LayerControl[]
    currentStyle?: string
    disabledControls?: LayerControl[]
    fixtures?: any
    id: string
    name?: string
    styleLegends?: { name: string; url: string }[]