Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-backend
index
createFetchCatalogEntityAction
Function createFetchCatalogEntityAction
createFetchCatalogEntityAction
(
options
:
{
catalog
:
CatalogService
}
,
)
:
TemplateAction
<
{
defaultKind
?:
string
;
defaultNamespace
?:
string
;
entityRef
?:
string
;
entityRefs
?:
string
[]
;
optional
?:
boolean
;
}
,
{
entities
?:
any
[]
;
entity
?:
any
}
,
"v2"
,
>
Returns entity or entities from the catalog by entity reference(s).
Parameters
options
:
{
catalog
:
CatalogService
}
Returns
TemplateAction
<
{
defaultKind
?:
string
;
defaultNamespace
?:
string
;
entityRef
?:
string
;
entityRefs
?:
string
[]
;
optional
?:
boolean
;
}
,
{
entities
?:
any
[]
;
entity
?:
any
}
,
"v2"
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Returns entity or entities from the catalog by entity reference(s).