AbstractAbstractconstructorRest...args: [_properties?: unknown]The parent settings that these settings will inherit from.
Protected_getGets the value for a setting that represents a collection.
The setting name.
Protected_getProtected_getThe property keys and their metadata that are used to implement serializing and deserializing the class instance.
Protected_getGets the value for a setting.
The setting name.
OptionaldefaultValue: Settings<TProperties>[K]The default value if the setting is not explicitly set.
Protected_hasDetermines whether the specified setting has been modified locally or by any parent of the current settings instance.
The setting to check.
Protected_setSets the parent settings that these settings will inherit from.
The parent settings to inherit from.
Protected_setSets the value for a setting. This will override any inherited value for the setting.
The setting name.
The setting value.
Protected_toConverts the value to a PropertyDef object.
The value to convert.
Returns the serializable properties.
Optional. If specified, only properties that support the given serialization mode will be returned.
Determines whether the settings have been locally modified in any way.
Determines whether the specified setting has been locally modified, and is thus overriding any inherited value.
The setting to check.
Removes all local overrides, resetting all settings to their inherited values, if any.
Removes a local override for a setting and resets it to its inherited value, if any.
The setting to reset.
Helper class for implementing a collection of settings that can be inherited at runtime from a parent collection of settings. Setting a value locally will override the inherited setting.