StaticConfigSourceOptions
Home > @backstage/config-loader > StaticConfigSourceOptions
Options for StaticConfigSource.create().
Signature:
export interface StaticConfigSourceOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) | ||
|
JsonObject | Observable<JsonObject> | PromiseLike<JsonObject> | AsyncIterable<JsonObject> |