ResolutionPluginConfig: {
    defaultResolution?: string;
    resolutions: Resolution[];
    showBadge?: boolean;
}

Type declaration

  • OptionaldefaultResolution?: string

    the default resolution if no panorama is configured on the viewer

  • resolutions: Resolution[]

    list of available resolutions

  • OptionalshowBadge?: boolean

    show the resolution id as a badge on the settings button

    true