Skip to main content
Version: Next

@backstage/config

Home > @backstage/config

Config API used by Backstage core, backend, and CLI

Classes

ClassDescription
ConfigReaderAn implementation of the Config interface that uses a plain JavaScript object for the backing data, with the ability of linking multiple readers together.

Functions

FunctionDescription
readDurationFromConfig(config, options)Reads a duration from a config object.

Type Aliases

Type AliasDescription
AppConfigA serialized form of configuration data that carries additional context.
ConfigThe interface used to represent static configuration at runtime.
JsonArrayA type representing all allowed JSON array values.
JsonObjectA type representing all allowed JSON object values.
JsonPrimitiveA type representing all allowed JSON primitive values.
JsonValueA type representing all allowed JSON values.