Photo Sphere Viewer
    Preparing search index...

    Type Alias ResolutionPluginConfig

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

    Properties

    defaultResolution?: string

    the default resolution if no panorama is configured on the viewer

    resolutions: Resolution[]

    list of available resolutions

    showBadge?: boolean

    show the resolution id as a badge on the settings button

    true