Optional
level: SettingLevelOptional filter by setting level (e.g., 'standard', 'advanced').
Optional
section: stringOptional filter by section.
Optional
properties: string[]Optional list of properties to retrieve.
A promise resolving to a list of setting categories.
Retrieves all setting sections.
Optional
level: SettingLevelOptional filter by setting level (e.g., 'standard', 'advanced').
Optional
properties: string[]Optional list of properties to retrieve.
A promise resolving to a list of setting sections.
Retrieves all settings with optional filtering.
Optional
level: SettingLevelOptional filter by setting level (e.g., 'standard', 'advanced').
Optional
filter: { category?: string; section?: string }Optional filter criteria (e.g., category, section).
A promise resolving to a list of settings.
Retrieves the value of a specific setting.
The name of the setting to retrieve.
A promise resolving to the value of the requested setting.
Retrieves all skin settings of the currently used skin.
A promise resolving to a list of skin settings and the current skin name.
Retrieves the value of a specific skin setting.
The name of the skin setting to retrieve.
A promise resolving to the value of the requested skin setting.
Changes the value of a setting.
The name of the setting to change.
The new value for the setting.
A promise resolving to a boolean indicating success.
Changes the value of the specified skin setting.
The name of the skin setting to change.
The new value for the skin setting.
A promise resolving to a boolean indicating success.
Retrieves all setting categories.