Update API report

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-09-22 10:53:40 +02:00
parent c0eb1fb9df
commit 7361f02da0
+4
View File
@@ -77,6 +77,7 @@ export const EntityCatalogGraphCard: ({
direction,
height,
title,
zoom,
}: {
variant?: InfoCardVariants | undefined;
relationPairs?: RelationPairs | undefined;
@@ -88,6 +89,7 @@ export const EntityCatalogGraphCard: ({
direction?: Direction | undefined;
height?: number | undefined;
title?: string | undefined;
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
}) => JSX.Element;
// @public
@@ -119,6 +121,7 @@ export const EntityRelationsGraph: ({
onNodeClick,
relationPairs,
className,
zoom,
}: {
rootEntityNames: EntityName | EntityName[];
maxDepth?: number | undefined;
@@ -132,6 +135,7 @@ export const EntityRelationsGraph: ({
| undefined;
relationPairs?: RelationPairs | undefined;
className?: string | undefined;
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
}) => JSX.Element;
// @public