Backstage
Docs
Github
Preparing search index...
@backstage/backend-plugin-api
index
ServiceFactory
Interface ServiceFactory<TService, TScope, TInstances>
interface
ServiceFactory
<
TService
=
unknown
,
TScope
extends
"plugin"
|
"root"
=
"plugin"
|
"root"
,
TInstances
extends
"singleton"
|
"multiton"
=
"singleton"
|
"multiton"
,
>
{
$$type
:
"@backstage/BackendFeature"
;
service
:
ServiceRef
<
TService
,
TScope
,
TInstances
>
;
}
Type Parameters
TService
=
unknown
TScope
extends
"plugin"
|
"root"
=
"plugin"
|
"root"
TInstances
extends
"singleton"
|
"multiton"
=
"singleton"
|
"multiton"
Hierarchy (
View Summary
)
BackendFeature
ServiceFactory
Index
Properties
$$type
service
Properties
$$type
$$type
:
"@backstage/BackendFeature"
service
service
:
ServiceRef
<
TService
,
TScope
,
TInstances
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$$type
service
Docs
Github
Backstage
Loading...