Interface RampLayerStateConfig

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

Properties

hovertips?: boolean
identify?: boolean
opacity?: number
visibility?: boolean