Skip to main content
Version: Next

OwnershipCard

Home > @backstage/plugin-org > OwnershipCard

Signature:

OwnershipCard: (props: {
variant?: InfoCardVariants;
entityFilterKind?: string[];
hideRelationsToggle?: boolean;
relationsType?: EntityRelationAggregation;
relationAggregation?: EntityRelationAggregation;
entityLimit?: number;
}) => React.JSX.Element