createBackendFeatureLoader()
Home > @backstage/backend-plugin-api
> createBackendFeatureLoader
Creates a new backend feature loader.
Signature:
function createBackendFeatureLoader<TDeps extends {
[name in string]: unknown;
}>(options: CreateBackendFeatureLoaderOptions<TDeps>): BackendFeature;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |