Skip to main content

EntityOwnershipCard

Home > @backstage/plugin-org > EntityOwnershipCard

Signature:

EntityOwnershipCard: (props: {
variant?: import("@backstage/core-components").InfoCardVariants | undefined;
entityFilterKind?: string[] | undefined;
hideRelationsToggle?: boolean | undefined;
relationsType?: import("./components").EntityRelationAggregation | undefined;
entityLimit?: number | undefined;
}) => import("react").JSX.Element