Skip to main content

ConfigReader.(constructor)

Home > @backstage/config > ConfigReader > (constructor)

Constructs a new instance of the ConfigReader class

Signature:

constructor(data: JsonObject | undefined, context?: string, fallback?: ConfigReader | undefined, prefix?: string);

Parameters

ParameterTypeDescription
dataJsonObject | undefined
contextstring(Optional)
fallbackConfigReader | undefined(Optional)
prefixstring(Optional)