The configuration schema.
The configuration value as a plain object.
Returns a value at a specific key in the configuration.
Valid key on the configuration object.
The name of the configuration property to get.
The configuration value, or undefined
.
Updates the configuration value for the given key. The updated configuration value is persisted by the client.
Valid key on the configuration object.
The name of the configuration property to update.
The new value, or undefined to remove it.
A promise that resolves when the client acknowledges the update.
Generated using TypeDoc
The full configuration value, containing all settings for the current subject.