Backstage
Docs
Github
Preparing search index...
@backstage/plugin-catalog-node
index
processingResult
Variable processingResult
Const
processingResult
:
Readonly
<
{
entity
(
atLocation
:
LocationSpec
,
newEntity
:
Entity
,
options
?:
{
locationKey
?:
string
|
null
}
,
)
:
CatalogProcessorResult
;
generalError
(
atLocation
:
LocationSpec
,
message
:
string
,
)
:
CatalogProcessorResult
;
inputError
(
atLocation
:
LocationSpec
,
message
:
string
,
)
:
CatalogProcessorResult
;
location
(
newLocation
:
LocationSpec
)
:
CatalogProcessorResult
;
notFoundError
(
atLocation
:
LocationSpec
,
message
:
string
,
)
:
CatalogProcessorResult
;
refresh
(
key
:
string
)
:
CatalogProcessorResult
;
relation
(
spec
:
EntityRelationSpec
)
:
CatalogProcessorResult
;
}
,
>
= ...
Factory functions for the standard processing result types.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Factory functions for the standard processing result types.