ClosableConfig
Home > @backstage/config-loader
> ClosableConfig
A config implementation that can be closed.
Signature:
export interface ClosableConfig extends Config
Extends: Config
Remarks
Closing the configuration instance will stop the reading from the underlying source.
Methods
Method |
Description |
---|---|
Closes the configuration instance. |