Skip to content

@sqlrooms/project-builder / ProjectStateProps

Type Alias: ProjectStateProps<PC>

ProjectStateProps<PC>: object

Type Parameters

Type Parameter
PC extends BaseProjectConfig

Type declaration

NameType
schemastring
tasksProgressRecord<string, TaskProgress>
projectIdstring | undefined
panelsRecord<string, ProjectPanelInfo>
isReadOnlyboolean
tablesDataTable[]
projectFilesProjectFileInfo[]
projectFilesProgress{}
lastSavedConfigPC | undefined
initializedboolean
isDataAvailableboolean
dataSourceStates{}
tableRowCounts{}
captureException(exception, captureContext?) => void
CustomErrorBoundaryReact.ComponentType<{ onRetry: () => void; children: ReactNode; }>