Interface RampLayerStateConfig

interface RampLayerStateConfig {
    hovertips?: boolean;
    identify?: boolean;
    maptips?: boolean;
    opacity?: number;
    visibility?: boolean;
}

Properties

hovertips?: boolean

DEPRECATED #2595 Use maptips

identify?: boolean
maptips?: boolean
opacity?: number
visibility?: boolean