Skip to content

@sqlrooms/cells / getRenderableDependencyEdges

Function: getRenderableDependencyEdges()

getRenderableDependencyEdges(artifact): object[]

Parameters

ParameterType
artifact{ id: string; schemaName?: string; cellIds: string[]; edges: object[]; graphCache?: { dependencies: Record<string, string[]>; dependents: Record<string, string[]>; contentHashByCell?: Record<string, string>; tableDependencies: Record<string, string[]>; }; }
artifact.idstring
artifact.schemaName?string
artifact.cellIdsstring[]
artifact.edgesobject[]
artifact.graphCache?{ dependencies: Record<string, string[]>; dependents: Record<string, string[]>; contentHashByCell?: Record<string, string>; tableDependencies: Record<string, string[]>; }
artifact.graphCache.dependenciesRecord<string, string[]>
artifact.graphCache.dependentsRecord<string, string[]>
artifact.graphCache.contentHashByCell?Record<string, string>
artifact.graphCache.tableDependenciesRecord<string, string[]>

Returns

object[]