Backstage
Docs
Github
Preparing search index...
@backstage/plugin-devtools-react
DevToolsContentBlueprintParams
Interface DevToolsContentBlueprintParams
Parameters for creating a DevTools route extension
interface
DevToolsContentBlueprintParams
{
loader
:
()
=>
Promise
<
Element
>
;
path
:
string
;
routeRef
?:
RouteRef
<
AnyRouteRefParams
>
;
title
:
string
;
}
Index
Properties
loader
path
route
Ref?
title
Properties
loader
loader
:
()
=>
Promise
<
Element
>
path
path
:
string
Optional
route
Ref
routeRef
?:
RouteRef
<
AnyRouteRefParams
>
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loader
path
route
Ref
title
Docs
Github
Backstage
Loading...
Parameters for creating a DevTools route extension