RAMP4 - v4.21.0
    Preparing search index...

    Interface RampLayerMapImageSublayerConfig

    interface RampLayerMapImageSublayerConfig {
        controls?: LayerControl[];
        cosmetic?: boolean;
        customRenderer?: any;
        disabledControls?: LayerControl[];
        extent?: RampExtentConfig;
        fieldMetadata?: RampLayerFieldMetadataConfig;
        fixtures?: any;
        id: string;
        index: number;
        initialFilteredQuery?: string;
        labels?: RampLabelsConfig;
        layerType: LayerType;
        maptipArcade?: string;
        maptipField?: string;
        name?: string;
        nameArcade?: string;
        nameField?: string;
        permanentFilteredQuery?: string;
        state?: RampLayerStateConfig;
        tooltipArcade?: string;
        tooltipField?: string;
    }
    Index

    Properties

    controls?: LayerControl[]
    cosmetic?: boolean
    customRenderer?: any
    disabledControls?: LayerControl[]
    fixtures?: any
    id: string
    index: number
    initialFilteredQuery?: string
    layerType: LayerType
    maptipArcade?: string
    maptipField?: string
    name?: string
    nameArcade?: string
    nameField?: string
    permanentFilteredQuery?: string
    tooltipArcade?: string

    DEPRECATED #2595 Use maptipArcade

    tooltipField?: string

    DEPRECATED #2595 Use maptipField