Appearance
Interface: HighlightStyle
The options passed to openlayers that dictate the highlight style. See https://openlayers.org/en/latest/apidoc/module-ol_style_Fill-Fill.html and https://openlayers.org/en/latest/apidoc/module-ol_style_Stroke-Stroke.html
Properties
| Property | Type |
|---|---|
fill | { color: string; } |
fill.color | string |
stroke | { color: string; width: number; } |
stroke.color | string |
stroke.width | number |