Backstage
Docs
Github
Preparing search index...
@backstage/config-loader
loadConfigSchema
Function loadConfigSchema
loadConfigSchema
(
options
:
(
|
{
dependencies
:
string
[]
;
packagePaths
?:
string
[]
}
|
{
serialized
:
JsonObject
}
)
&
{
noUndeclaredProperties
?:
boolean
}
,
)
:
Promise
<
ConfigSchema
>
Loads config schema for a Backstage instance.
Parameters
options
: (
|
{
dependencies
:
string
[]
;
packagePaths
?:
string
[]
}
|
{
serialized
:
JsonObject
}
)
&
{
noUndeclaredProperties
?:
boolean
}
Returns
Promise
<
ConfigSchema
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Loads config schema for a Backstage instance.