Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft-config-file > ConfigurationFileBase > getSchemaPropertyOriginalValue

ConfigurationFileBase.getSchemaPropertyOriginalValue() method

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.

Get the original value of the $schema property from the original configuration file, it one was present.

Signature:

getSchemaPropertyOriginalValue<TObject extends object>(obj: TObject): string | undefined;

Parameters

Parameter

Type

Description

obj

TObject

Returns:

string | undefined