Photo Sphere Viewer
    Preparing search index...

    Type Alias BaseSetting

    Description of a setting

    type BaseSetting = {
        id: string;
        label: string;
        type: "options" | "toggle";
        badge(): string;
    }
    Index

    Properties

    Methods

    Properties

    id: string

    identifier of the setting

    label: string

    label of the setting If can be a key in the global lang config

    type: "options" | "toggle"

    type of the setting

    Methods