Type Alias: HotspotImageOptions
HotspotImageOptions =
HelperOptions<Omit<MapImageHotspot,"type"|"content">> |HelperOptions<Omit<SideImageHotspot,"type"|"content">>
Defined in: packages/core/src/passages/interactiveMap/helpers.ts:60
Options accepted by MapHelpers.image.
position decides whether the hotspot is placed on the map ({ x, y }
percentages) or docked to one of its sides.