Skip to main content

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

close()

Closes the configuration instance.