Skip to content

@sqlrooms/cells / CellsSliceConfig

Type Alias: CellsSliceConfig

CellsSliceConfig = object

Type Declaration

NameTypeDescription
dataRecord<string, { id: string; type: string; data: Record<string, any>; }>-
artifactsRecord<string, { 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[]>; }; }>-
tableDepSchemasstring[]Which database schemas' tables are eligible for direct table dependencies.