AnalyzeLocationExistingEntity
Home > @backstage/plugin-catalog-common
> AnalyzeLocationExistingEntity
If the folder pointed to already contained catalog info yaml files, they are read and emitted like this so that the frontend can inform the user that it located them and can make sure to register them as well if they weren't already
Signature:
export type AnalyzeLocationExistingEntity = {
location: LocationSpec;
isRegistered: boolean;
entity: Entity;
};
References: LocationSpec, Entity