Backstage
    Preparing search index...

    Variable EntityUserProfileCardConst

    EntityUserProfileCard: (
        props: {
            hideIcons?: boolean;
            maxRelations?: number;
            showLinks?: boolean;
            variant?: InfoCardVariants;
        },
    ) => Element = ...

    Type Declaration

      • (
            props: {
                hideIcons?: boolean;
                maxRelations?: number;
                showLinks?: boolean;
                variant?: InfoCardVariants;
            },
        ): Element
      • Parameters

        • props: {
              hideIcons?: boolean;
              maxRelations?: number;
              showLinks?: boolean;
              variant?: InfoCardVariants;
          }

        Returns Element