Skip to main content
Version: Next

isOrphan()

Home > @backstage/plugin-catalog > isOrphan

Returns true if the given entity has the orphan annotation given by the catalog.

Signature:

function isOrphan(entity: Entity): boolean;

Parameters

Parameter

Type

Description

entity

Entity

**Returns:**

boolean