InfoCardGridProps
Home > @backstage/plugin-techdocs
> InfoCardGridProps
Props for InfoCardGrid()
Signature:
export type InfoCardGridProps = {
entities: Entity[] | undefined;
linkContent?: string | JSX.Element;
linkDestination?: (entity: Entity) => string | undefined;
};
References: Entity