Backstage
    Preparing search index...
    CatalogGraphPage: (
        props: {
            initialState?: {
                curve?: "curveStepBefore" | "curveMonotoneX";
                direction?: Direction;
                maxDepth?: number;
                mergeRelations?: boolean;
                rootEntityRefs?: string[];
                selectedKinds?: string[];
                selectedRelations?: string[];
                showFilters?: boolean;
                unidirectional?: boolean;
            };
        } & Partial<EntityRelationsGraphProps>,
    ) => Element = ...

    A standalone page that can be added to your application providing a viewer for your entities and their relations.

    Type Declaration

      • (
            props: {
                initialState?: {
                    curve?: "curveStepBefore" | "curveMonotoneX";
                    direction?: Direction;
                    maxDepth?: number;
                    mergeRelations?: boolean;
                    rootEntityRefs?: string[];
                    selectedKinds?: string[];
                    selectedRelations?: string[];
                    showFilters?: boolean;
                    unidirectional?: boolean;
                };
            } & Partial<EntityRelationsGraphProps>,
        ): Element
      • Parameters

        • props: {
              initialState?: {
                  curve?: "curveStepBefore" | "curveMonotoneX";
                  direction?: Direction;
                  maxDepth?: number;
                  mergeRelations?: boolean;
                  rootEntityRefs?: string[];
                  selectedKinds?: string[];
                  selectedRelations?: string[];
                  showFilters?: boolean;
                  unidirectional?: boolean;
              };
          } & Partial<EntityRelationsGraphProps>

        Returns Element