Provides access to services.
Assigns the rule for a property on any Config and subclass. Once assigned, some rules allow change and others, like 'locked' cannot be changed and throw an error. If no rule has been assigned to a property, merge() assumes "replace" for that property.
Attempts to merge the source's properties into the destination. It only makes changes to the destination based on the rules of setPropertyConfigRule()
Identifies a ValueHostConfig in the destination that should be merged with the source. If none need to be merged, it returns null and the caller should add their ValueHostConfig to ValidationManagerConfig.ValueHostConfigs.
If the user needs to abandon this instance, they should use this to clean up active resources (like timers) and to release memory that would stall the garbage collector from disposing this object. It should assign any object reference to undefined as a strong indicator that the object has been disposed.
Generated using TypeDoc v0.25.12
Interface for all ConfigMergeServices built for the ValueHostConfig and its subclasses.