Home > @rushstack/heft-config-file > IJsonPathMetadataResolverOptions
IJsonPathMetadataResolverOptions interface
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.
Options provided to the custom resolver specified in ICustomJsonPathMetadata.
Signature:
export interface IJsonPathMetadataResolverOptions<TConfigurationFile>
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Partial<TConfigurationFile> | (BETA) The configuration file the property was obtained from. | ||
string | (BETA) The path to the configuration file the property was obtained from. | ||
string | (BETA) (Optional) If this is a project configuration file, the root folder of the project. | ||
string | (BETA) The name of the property being resolved. | ||
string | (BETA) The value of the path property being resolved. |