DeferredEntity
Home > @backstage/plugin-catalog-node
> DeferredEntity
Entities that are not yet processed.
Signature:
export type DeferredEntity = {
entity: Entity;
locationKey?: string;
};
References: Entity
Home > @backstage/plugin-catalog-node
> DeferredEntity
Entities that are not yet processed.
Signature:
export type DeferredEntity = {
entity: Entity;
locationKey?: string;
};
References: Entity