Typedef
| Static Public Summary | ||
| public |
|
|
Static Public
public ConfigResolverData: object source
Properties:
| Name | Type | Attribute | Description |
| defaultValues | object |
|
Accessor entry to default value applied after pre-validation and extension resolution. |
| preValidate | object<string, ValidationEntry> |
|
Accessor entry to typhonjs-object-util validation entries applied at the start of resolving a config object. |
| postValidate | object<string, ValidationEntry> |
|
Accessor entry to typhonjs-object-util validation entries applied after extension resolution and any default values are set. |
| updateMergeList | Array<string> |
|
A list of strings indicating keys which will be updated to an array and merged. |