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

Parameters

Parameter

Type

Description

props

{ variant?: InfoCardVariants; entityFilterKind?: string[]; hideRelationsToggle?: boolean; relationsType?: EntityRelationAggregation; relationAggregation?: EntityRelationAggregation; entityLimit?: number; }

**Returns:**

React.JSX.Element