EntityLayoutRouteProps
Home > @backstage/plugin-catalog
> EntityLayoutRouteProps
Signature:
export type EntityLayoutRouteProps = {
path: string;
title: string;
children: JSX.Element;
if?: (entity: Entity) => boolean;
tabProps?: TabProps<React.ElementType, {
component?: React.ElementType;
}>;
};
References: Entity