# Interface: BackgroundLayerOptions
default.BackgroundLayerOptions
# Hierarchy
-
↳ BackgroundLayerOptions
# Table of contents
# Properties
- backgroundColor
- backgroundOpacity
- backgroundPattern
- filter
- isHoverFeatureState
- isHoverPointer
- layerId
- maxzoom
- minzoom
- sourceId
- sourceLayer
- visibility
# Properties
# backgroundColor
• Optional
backgroundColor: string | ExpressionSpecificationEx | { stops
: [number, string][] ; type
: "exponential"
} | { stops
: [number, string][] ; type
: "interval"
}
# backgroundOpacity
• Optional
backgroundOpacity: number | ExpressionSpecificationEx | { stops
: [number, number][] ; type
: "exponential"
} | { stops
: [number, number][] ; type
: "interval"
}
# backgroundPattern
• Optional
backgroundPattern: string | ExpressionSpecificationEx | { stops
: [number, string][] ; type
: "exponential"
} | { stops
: [number, string][] ; type
: "interval"
}
# filter
• Optional
filter: any
Inherited from: OverlayLayerBaseOptions.filter
# isHoverFeatureState
• Optional
isHoverFeatureState: boolean
Inherited from: OverlayLayerBaseOptions.isHoverFeatureState
# isHoverPointer
• Optional
isHoverPointer: boolean
Inherited from: OverlayLayerBaseOptions.isHoverPointer
# layerId
• Optional
layerId: string
Inherited from: OverlayLayerBaseOptions.layerId
# maxzoom
• Optional
maxzoom: number
Inherited from: OverlayLayerBaseOptions.maxzoom
# minzoom
• Optional
minzoom: number
Inherited from: OverlayLayerBaseOptions.minzoom
# sourceId
• Optional
sourceId: string
Inherited from: OverlayLayerBaseOptions.sourceId
# sourceLayer
• Optional
sourceLayer: string
Inherited from: OverlayLayerBaseOptions.sourceLayer
# visibility
• Optional
visibility: "visible"
| "none"
Inherited from: OverlayLayerBaseOptions.visibility