#8850 Updated api report

Signed-off-by: Shailendra Ahir <shailendraahir@hotmail.com>
This commit is contained in:
Shailendra Ahir
2022-03-24 08:40:46 +05:30
parent 704d190c85
commit e230f704dd
+6
View File
@@ -128,6 +128,8 @@ export const EntityRelationsGraph: ({
relationPairs,
className,
zoom,
renderNode,
renderLabel,
}: {
rootEntityNames: CompoundEntityRef | CompoundEntityRef[];
maxDepth?: number | undefined;
@@ -142,6 +144,10 @@ export const EntityRelationsGraph: ({
relationPairs?: RelationPairs | undefined;
className?: string | undefined;
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
renderNode?: DependencyGraphTypes.RenderNodeFunction<EntityNode> | undefined;
renderLabel?:
| DependencyGraphTypes.RenderLabelFunction<EntityEdge>
| undefined;
}) => JSX.Element;
// @public