@sqlrooms/project-builder / ProjectStateContext
Variable: ProjectStateContext
const
ProjectStateContext:Context
<null
|ProjectStore
<{title
:string
;dataSources
: ({type
:"file"
;tableName
:string
;fileName
:string
; } | {type
:"url"
;url
:string
;tableName
:string
; } | {type
:"sql"
;tableName
:string
;sqlQuery
:string
; })[];layout
: {type
:"mosaic"
;nodes
:null
|string
|MosaicLayoutParent
;pinned
:string
[];fixed
:string
[]; };description
:string
; }>>