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

Style of the arrow in 3D mode

Type declaration

  • OptionalclassName?: string

    CSS classes added to the element

  • Optionalcolor?: string
  • Optionalelement?: HTMLElement | ((link: VirtualTourLink) => HTMLElement)

    Use a custom element for the arrow

  • OptionalhoverColor?: string
  • Optionalimage?: string

    URL of an image used for the arrow

  • OptionaloutlineColor?: string
  • Optionalsize?: Size

    Size of the arrow

  • Optionalstyle?: Record<string, string>

    CSS properties to set on the arrow