@sqlrooms/project-builder / ProjectStateProps
Type Alias: ProjectStateProps<PC>
ProjectStateProps<
PC
>:object
Type Parameters
Type Parameter |
---|
PC extends BaseProjectConfig |
Type declaration
Name | Type |
---|---|
schema | string |
tasksProgress | Record <string , TaskProgress > |
projectId | string | undefined |
panels | Record <string , ProjectPanelInfo > |
isReadOnly | boolean |
tables | DataTable [] |
projectFiles | ProjectFileInfo [] |
projectFilesProgress | {} |
lastSavedConfig | PC | undefined |
initialized | boolean |
isDataAvailable | boolean |
dataSourceStates | {} |
tableRowCounts | {} |
captureException | (exception , captureContext ?) => void |
CustomErrorBoundary | React.ComponentType <{ onRetry : () => void ; children : ReactNode ; }> |