Skip to content

HoverOption

HoverOption<F> = true | HighlightStyle | HighlightDraw<F>

Defined in: map/highlight.ts:19

The hover layer option: true = default style, a style = replay with it, a function = full custom draw of the hovered item.

F = any