↓ 1 callersFunctionuseEventCatalogVisualiser({
nodes,
edges,
setNodes,
setEdges,
skipProcessing = false,
}: EventCatalogVisualizerProps)
eventcatalog/src/hooks/eventcatalog-visualizer.ts:22
FunctionAnimatedMessageEdge({
id,
sourceX,
sourceY,
targetX,
targetY,
sourcePosition,
targetPosition,
data,
label = '',
eventcatalog/src/components/MDX/NodeGraph/Edges/AnimatedMessageEdge.tsx:4
FunctionApiAccessSection({
message,
isExpanded,
onToggle,
onCopy,
copiedId,
apiAccessEnabled = false,
}: ApiAccessSectionP
eventcatalog/src/components/SchemaExplorer/ApiAccessSection.tsx:14
FunctionAvroSchemaViewer({
schema,
title,
maxHeight,
expand = false,
search = true,
showRequired = false,
onOpenFullscre
eventcatalog/src/components/SchemaExplorer/AvroSchemaViewer.tsx:177
FunctionCopyPageMenu({
schemas,
chatQuery,
chatEnabled = false,
editUrl,
markdownDownloadEnabled = false,
rssFeedEnabl
eventcatalog/src/components/CopyAsMarkdown.tsx:45
FunctionCustomEdge({
id,
sourceX,
sourceY,
targetX,
targetY,
sourcePosition,
targetPosition,
style = {},
marke
eventcatalog/src/components/MDX/NodeGraph/Edges/FlowEdge.tsx:16
FunctionDiscoverTable({
data: initialData,
collectionType,
collectionLabel,
domains = [],
owners = [],
producers = [],
eventcatalog/src/components/Tables/Discover/DiscoverTable.tsx:88
FunctionFocusModeContent({
centerNodeId,
nodes: allNodes,
edges: allEdges,
nodeTypes,
edgeTypes,
onSwitchCenter,
})
eventcatalog/src/components/MDX/NodeGraph/FocusMode/FocusModeContent.tsx:31
FunctionFocusModeModal({
isOpen,
onClose,
initialNodeId,
nodes,
edges,
nodeTypes,
edgeTypes,
})
eventcatalog/src/components/MDX/NodeGraph/FocusModeModal.tsx:18
FunctionJSONSchemaViewer({
schema,
title,
maxHeight,
expand = false,
search = true,
id,
onOpenFullscreen,
}: JSONSchemaV
eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.tsx:488
FunctionNestedItem({
item,
currentPath,
parentId,
itemIndex,
collapsedGroups,
toggleGroupCollapse,
})
eventcatalog/src/enterprise/custom-documentation/components/CustomDocsNav/components/NestedItem.tsx:15
FunctionNodeGraph({
id,
nodes,
edges,
title,
href,
linkTo = 'docs',
hrefLabel = 'Open in visualizer',
includeKe
eventcatalog/src/components/MDX/NodeGraph/NodeGraph.tsx:1076
FunctionNodeGraphBuilder({
nodes: initialNodes,
edges: initialEdges,
title,
includeBackground = true,
linkTo = 'docs',
inc
eventcatalog/src/components/MDX/NodeGraph/NodeGraph.tsx:94