@sqlrooms/project-config / BaseProjectConfig
Type Alias: BaseProjectConfig
BaseProjectConfig:
object
Type declaration
Name | Type |
---|---|
title | string |
description ? | string |
dataSources | ({ tableName : string ; type : "file" ; fileName : string ; } | { tableName : string ; type : "url" ; url : string ; } | { tableName : string ; type : "sql" ; sqlQuery : string ; })[] |
layout | { type : "mosaic" ; nodes : null | string | MosaicLayoutParent ; pinned : string []; fixed : string []; } |