Skip to content

@sqlrooms/cells / CellArtifactRuntime

Type Alias: CellArtifactRuntime ​

CellArtifactRuntime = object

Type Declaration ​

NameType
idstring
schemaName?string
cellIdsstring[]
edgesobject[]
graphCache?{ dependencies: Record<string, string[]>; dependents: Record<string, string[]>; contentHashByCell?: Record<string, string>; tableDependencies: Record<string, string[]>; }