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

Type declaration

  • Optional defaultResolution?: string

    the default resolution if no panorama is configured on the viewer

  • resolutions: Resolution[]

    list of available resolutions

  • Optional showBadge?: boolean

    show the resolution id as a badge on the settings button

    Default

    true
    

Generated using TypeDoc