Skip to main content
Version: Next

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

MethodDescription
close()Closes the configuration instance.