Photo Sphere Viewer
    Preparing search index...

    Type Alias VirtualTourArrowStyle

    Style of the arrow in 3D mode

    type VirtualTourArrowStyle = {
        className?: string;
        element?: HTMLElement | ((link: VirtualTourLink) => HTMLElement);
        image?: string;
        size?: Size;
        style?: Record<string, string>;
    }
    Index

    Properties

    className?: string

    CSS classes added to the element

    element?: HTMLElement | ((link: VirtualTourLink) => HTMLElement)

    Use a custom element for the arrow

    image?: string

    URL of an image used for the arrow

    size?: Size

    Size of the arrow

    style?: Record<string, string>

    CSS properties to set on the arrow