PlanHotspotStyle: {
    color?: string;
    hoverBorderColor?: string;
    hoverBorderSize?: number;
    hoverColor?: string;
    hoverImage?: string;
    hoverSize?: number;
    image?: string;
    size?: number;
}

Type declaration

  • Optionalcolor?: string

    Color of the hotspot when no image is provided

    'white'
    
  • OptionalhoverBorderColor?: string

    Color of the border shown on mouse hover

    'rgba(255, 255, 255, 0.8)'
    
  • OptionalhoverBorderSize?: number

    Size of the border shown on mouse hover

    4
    
  • OptionalhoverColor?: string

    Color on mouse hover

    null
    
  • OptionalhoverImage?: string

    SVG or image URL on mouse hover

    null
    
  • OptionalhoverSize?: number

    Size on mouse hover

    null
    
  • Optionalimage?: string

    SVG or image URL used for hotspot

  • Optionalsize?: number

    Size of the hotspot

    15