Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft-config-file > ConfigurationFile > getPropertyOriginalValue

ConfigurationFile.getPropertyOriginalValue() method

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.

Get the value of the specified property on the specified object that was originally loaded from a configuration file.

Signature:

getPropertyOriginalValue<TParentProperty extends object, TValue>(options: IOriginalValueOptions<TParentProperty>): TValue | undefined;

Parameters

ParameterTypeDescription
optionsIOriginalValueOptions<TParentProperty>

Returns:

TValue | undefined