Backstage
Docs
Github
Preparing search index...
@backstage/frontend-plugin-api
PageBlueprint
Variable PageBlueprint
Const
PageBlueprint
:
ExtensionBlueprint
<
{
config
:
{
path
:
string
|
undefined
}
;
configInput
:
{
path
?:
string
}
;
dataRefs
:
never
;
inputs
:
{}
;
kind
:
"page"
;
output
:
|
ExtensionDataRef
<
Element
,
"core.reactElement"
,
{}
>
|
ExtensionDataRef
<
string
,
"core.routing.path"
,
{}
>
|
ExtensionDataRef
<
RouteRef
<
AnyRouteRefParams
>
,
"core.routing.ref"
,
{
optional
:
true
}
,
>
;
params
:
{
defaultPath
?:
[
Error
:
"Use the 'path' param instead"
]
;
loader
:
()
=>
Promise
<
Element
>
;
path
:
string
;
routeRef
?:
RouteRef
<
AnyRouteRefParams
>
;
}
;
}
,
>
= ...
Createx extensions that are routable React page components.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Createx extensions that are routable React page components.