ServiceFactory
Home > @backstage/backend-plugin-api
> ServiceFactory
Signature:
export interface ServiceFactory<TService = unknown, TScope extends 'plugin' | 'root' = 'plugin' | 'root', TInstances extends 'singleton' | 'multiton' = 'singleton' | 'multiton'> extends BackendFeature
Extends: BackendFeature
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
ServiceRef<TService, TScope, TInstances> |