Home Reference Source Test Repository

Typedef

Static Public Summary
public

Static Public

public ConfigResolverData: object source

Properties:

NameTypeAttributeDescription
defaultValues object
  • optional

Accessor entry to default value applied after pre-validation and extension resolution.

preValidate object<string, ValidationEntry>
  • optional

Accessor entry to typhonjs-object-util validation entries applied at the start of resolving a config object.

postValidate object<string, ValidationEntry>
  • optional

Accessor entry to typhonjs-object-util validation entries applied after extension resolution and any default values are set.

updateMergeList Array<string>
  • optional

A list of strings indicating keys which will be updated to an array and merged.