Skip to main content
Version: Next

EntityOwnershipCard()

Home > @backstage/plugin-org > EntityOwnershipCard

Signature:

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

Parameters

Parameter

Type

Description

props

{ variant?: import("@backstage/core-components").InfoCardVariants; entityFilterKind?: string[]; hideRelationsToggle?: boolean; relationsType?: import("./components").EntityRelationAggregation; relationAggregation?: import("./components").EntityRelationAggregation; entityLimit?: number; }

**Returns:**

import("react").JSX.Element