EntityLoadingStatus
Home > @backstage/plugin-catalog-react
> EntityLoadingStatus
Signature:
export type EntityLoadingStatus<TEntity extends Entity = Entity> = {
entity?: TEntity;
loading: boolean;
error?: Error;
refresh?: VoidFunction;
};
References: Entity