Retrieves the persisted value of a setting. The value will be parsed as a JSON string. Undefined will be returend if the setting does currently not have a value.
Sets or overrides the persisted value of a setting.
Values have to be serializable as a JSON string.
The group key should be a unique identifer (e.g. a plugin name or vendor)
undefined
can be used as value to delete the setting the setting from the storage.
Sets or overrides the persisted string value of a setting.
The group key should be a unique identifer (e.g. a plugin name or vendor)
undefined
can be used as value to delete the setting from the storage.
Generated using TypeDoc
Synchronous settings storage.