Skip to main content
Version: Next

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;
relationAggregation?: import("./components").EntityRelationAggregation | undefined;
entityLimit?: number | undefined;
}) => import("react").JSX.Element

Parameters

Parameter

Type

Description

props

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

**Returns:**

import("react").JSX.Element