Rush StackShopBlogEvents
Skip to main content

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

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.

projectFolderPath?

string

(BETA) (Optional) If this is a project configuration file, the root folder of the project.

propertyName

string

(BETA) The name of the property being resolved.

propertyValue

string

(BETA) The value of the path property being resolved.