Backstage
Docs
Github
Preparing search index...
@backstage/backend-app-api
Backend
Interface Backend
interface
Backend
{
add
(
feature
:
BackendFeature
|
Promise
<
{
default
:
BackendFeature
}
>
,
)
:
void
;
start
()
:
Promise
<
{
result
:
BackendStartupResult
}
>
;
stop
()
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
Backend
TestBackend
Index
Methods
add
start
stop
Methods
add
add
(
feature
:
BackendFeature
|
Promise
<
{
default
:
BackendFeature
}
>
)
:
void
Parameters
feature
:
BackendFeature
|
Promise
<
{
default
:
BackendFeature
}
>
Returns
void
start
start
()
:
Promise
<
{
result
:
BackendStartupResult
}
>
Returns
Promise
<
{
result
:
BackendStartupResult
}
>
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
start
stop
Docs
Github
Backstage
Loading...