Backstage
Docs
Github
Preparing search index...
@backstage/plugin-home-react
index
createCardExtension
Function createCardExtension
createCardExtension
<
T
>
(
options
:
{
components
:
()
=>
Promise
<
ComponentParts
>
;
description
?:
string
;
layout
?:
CardLayout
;
name
?:
string
;
settings
?:
CardSettings
;
title
?:
string
;
}
,
)
:
Extension
<
(
props
:
CardExtensionProps
<
T
>
)
=>
Element
>
An extension creator to create card based components for the homepage
Type Parameters
T
Parameters
options
:
{
components
:
()
=>
Promise
<
ComponentParts
>
;
description
?:
string
;
layout
?:
CardLayout
;
name
?:
string
;
settings
?:
CardSettings
;
title
?:
string
;
}
Returns
Extension
<
(
props
:
CardExtensionProps
<
T
>
)
=>
Element
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
An extension creator to create card based components for the homepage