Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ISettingsInterface

    interface ISettingsInterface {
        advanced: boolean;
        dashboardLayout: string[];
        dashletSettings: { [dashletId: string]: IDashletSettings };
        desktopNotifications: boolean;
        foregroundDL: boolean;
        hideTopLevelCategory: boolean;
        language: string;
        profilesVisible: boolean;
        relativeTimes: boolean;
        usage: { [usageId: string]: boolean };
    }
    Index

    Properties

    advanced: boolean
    dashboardLayout: string[]
    dashletSettings: { [dashletId: string]: IDashletSettings }
    desktopNotifications: boolean
    foregroundDL: boolean
    hideTopLevelCategory: boolean
    language: string
    profilesVisible: boolean
    relativeTimes: boolean
    usage: { [usageId: string]: boolean }