RootServiceFactoryOptions.factory()
Home > @backstage/backend-plugin-api
> RootServiceFactoryOptions
> factory
Signature:
factory(deps: ServiceRefsToInstances<TDeps, 'root'>): TImpl | Promise<TImpl>;
Parameters
Parameter |
Type |
Description |
---|---|---|
deps |
ServiceRefsToInstances<TDeps, 'root'> |
TImpl | Promise<TImpl>