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