CatalogGraphPage
Home > @backstage/plugin-catalog-graph
> CatalogGraphPage
A standalone page that can be added to your application providing a viewer for your entities and their relations.
Signature:
CatalogGraphPage: (props: {
initialState?: {
selectedRelations?: string[] | undefined;
selectedKinds?: string[] | undefined;
rootEntityRefs?: string[] | undefined;
maxDepth?: number | undefined;
unidirectional?: boolean | undefined;
mergeRelations?: boolean | undefined;
direction?: import("./components").Direction | undefined;
showFilters?: boolean | undefined;
curve?: "curveStepBefore" | "curveMonotoneX" | undefined;
} | undefined;
} & Partial<import("./components").EntityRelationsGraphProps>) => import("react").JSX.Element