GetEntityAncestorsResponse
Home > @backstage/catalog-client
> GetEntityAncestorsResponse
The response type for CatalogClient.getEntityAncestors().
Signature:
export interface GetEntityAncestorsResponse
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Array<{ entity: Entity; parentEntityRefs: string[]; }> | |||
string |