Photo Sphere Viewer
    Preparing search index...

    Type Alias PlanHotspotStyle

    type PlanHotspotStyle = {
        borderColor?: string;
        borderSize?: number;
        color?: string;
        hoverBorderColor?: string;
        hoverBorderSize?: number;
        hoverColor?: string;
        hoverImage?: string;
        hoverSize?: number;
        image?: string;
        size?: number;
    }
    Index

    Properties

    borderColor?: string

    Color of the border

    null
    
    borderSize?: number

    Size of the border

    0
    
    color?: string

    Color of the hotspot when no image is provided

    'white'
    
    hoverBorderColor?: string

    Color of the border on mouse hover

    'rgba(255, 255, 255, 0.8)'
    
    hoverBorderSize?: number

    Size of the border on mouse hover

    4
    
    hoverColor?: string

    Color on mouse hover

    null
    
    hoverImage?: string

    SVG or image URL on mouse hover

    null
    
    hoverSize?: number

    Size on mouse hover

    null
    
    image?: string

    SVG or image URL used for hotspot

    size?: number

    Size of the hotspot

    15