Interface SettingsGetSectionsParams

SettingsGetSectionsParams ($ref: "Settings.GetSections.Params") Parameters for the GetSections method.

interface SettingsGetSectionsParams {
    level?: SettingLevel;
    properties?: string[];
}

Properties

Properties

level?: SettingLevel
properties?: string[]