Rush StackShopBlogEvents
Skip to main content

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

PropertyModifiersTypeDescription
configurationFilePartial<TConfigurationFile>(BETA) The configuration file the property was obtained from.
configurationFilePathstring(BETA) The path to the configuration file the property was obtained from.
propertyNamestring(BETA) The name of the property being resolved.
propertyValuestring(BETA) The value of the path property being resolved.