Backstage
Docs
Github
Preparing search index...
@backstage/plugin-config-schema
StaticSchemaLoader
Class StaticSchemaLoader
A ConfigSchemaApi implementation that loads the configuration from a URL.
Implements
ConfigSchemaApi
Index
Constructors
constructor
Methods
schema$
Constructors
constructor
new
StaticSchemaLoader
(
options
?:
{
url
?:
string
}
)
:
StaticSchemaLoader
Parameters
options
:
{
url
?:
string
}
= {}
Returns
StaticSchemaLoader
Methods
schema$
schema$
()
:
Observable
<
ConfigSchemaResult
>
Returns
Observable
<
ConfigSchemaResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
schema$
Docs
Github
Backstage
Loading...
A ConfigSchemaApi implementation that loads the configuration from a URL.