ResolveOptions interface
export interface ResolveOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
bail? | boolean | (Optional) Stop immediately when an error occurred. | |
concurrency? | number | (Optional) Maximum number of concurrent tasks. | |
index? | number[] | (Optional) Source index of a manifest. | |
path? | string | (Optional) Source path of a manifest. | |
validate? | boolean | (Optional) Execute validate method of each values. |