Backstage
Docs
Github
Preparing search index...
@backstage/plugin-catalog-react
index
useStarredEntities
Function useStarredEntities
useStarredEntities
()
:
{
isStarredEntity
:
(
entityOrRef
:
string
|
Entity
|
CompoundEntityRef
,
)
=>
boolean
;
starredEntities
:
Set
<
string
>
;
toggleStarredEntity
:
(
entityOrRef
:
string
|
Entity
|
CompoundEntityRef
,
)
=>
void
;
}
Returns
{
isStarredEntity
:
(
entityOrRef
:
string
|
Entity
|
CompoundEntityRef
,
)
=>
boolean
;
starredEntities
:
Set
<
string
>
;
toggleStarredEntity
:
(
entityOrRef
:
string
|
Entity
|
CompoundEntityRef
,
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...