Create a new setting manager.
The server settings used to make API requests.
Fetch a plugin's settings.
The plugin's ID.
A promise that resolves if successful.
Fetch the list of all plugin setting bundles.
A promise that resolves if successful.
Remove a value using the data connector.
The identifier for the data being removed.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can remove.
Save a plugin's settings.
The plugin's ID.
The user setting values as a raw string of JSON with comments.
A promise that resolves if successful.
Generated using TypeDoc
The settings API service manager. A namespace for
SettingManager
statics.