AbstractProtectedbuildOptionaldeleteOptionalformatOptional hook to format validation errors.
The array of errors from TypeBox/Value.
A formatted string or undefined to use default formatting.
AbstractloadLoads the configuration from the source.
The schema definition.
The loaded configuration object.
ProtectedmergeAbstractsaveOptionalupdateOptional hook for updates. Use this ONLY if the driver handles atomic updates and doesn't need the full object every time. If implemented, Kfg.set() will call this INSTEAD of save().
The key updated (dot notation).
The new value.
Optionaldescription: string
Optional hook for deletion. Use this ONLY if the driver handles atomic deletion. If implemented, Kfg.del() will call this INSTEAD of save().