Home > @rushstack/heft-config-file > InheritanceType
InheritanceType enum
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export declare enum InheritanceType
Enumeration Members
| Member | Value | Description |
|---|---|---|
| append | "append" | (BETA) Append additional elements after elements from the parent file's property. Only applicable for arrays. |
| custom | "custom" | (BETA) Custom inheritance functionality |
| merge | "merge" | (BETA) Perform a shallow merge of additional elements after elements from the parent file's property. Only applicable for objects. |
| replace | "replace" | (BETA) Discard elements from the parent file's property |