Provides a function to determine if the validatorSrc is in conflict with one in the destination. It must always be set, and defaults to identifyValidatorConflict().
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.
Handles merging and conflict resolution for the validatorConfigs in both source and destination. Depends on user customizable
Default conflict handler function for identifyHandler property. This determines a conflict when the destination validatorConfig has the same errorCode as the validatorSrc.
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 ValidatorConfig.