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
Parameter |
Type |
Description |
---|---|---|
data |
JsonObject | undefined | |
context |
string |
(Optional) |
fallback |
ConfigReader | undefined |
(Optional) |
prefix |
string |
(Optional) |