DynamicPluginsSchemasService.addDynamicPluginsSchemas()
Home > @backstage/backend-dynamic-feature-service > DynamicPluginsSchemasService > addDynamicPluginsSchemas
Signature:
addDynamicPluginsSchemas(configSchema: ConfigSchema): Promise<{
schema: ConfigSchema;
}>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
configSchema |
Promise<{ schema: ConfigSchema; }>