Home > @rushstack/heft-config-file > ConfigurationFileBase
ConfigurationFileBase class
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export declare abstract class ConfigurationFileBase<TConfigurationFile, TExtraOptions extends {}>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
(BETA) Constructs a new instance of the |
Methods
Method | Modifiers | Description |
|---|---|---|
| (BETA) | |
| (BETA) | |
(BETA) Get the path to the source file that the referenced property was originally loaded from. | ||
(BETA) Get the value of the specified property on the specified object that was originally loaded from a configuration file. | ||
(BETA) Get the original value of the |