MutableConfigSource.setData()
Home > @backstage/config-loader
> MutableConfigSource
> setData
Set the data of the config source.
Signature:
setData(data: JsonObject): void;
Parameters
Parameter |
Type |
Description |
---|---|---|
data |
The new data to set |
void