Backstage
    Preparing search index...
    EntityCatalogGraphCard: (
        props: Partial<EntityRelationsGraphProps> & {
            action?: ReactNode;
            height?: number;
            title?: string;
        },
    ) => Element = ...

    A card that displays the directly related entities to the current entity.

    Type Declaration

      • (
            props: Partial<EntityRelationsGraphProps> & {
                action?: ReactNode;
                height?: number;
                title?: string;
            },
        ): Element
      • Parameters

        Returns Element