@sqlrooms/notebook / createDefaultNotebookConfig
Function: createDefaultNotebookConfig()
createDefaultNotebookConfig(
props):object
Create default notebook.config structure with no cells.
Parameters
| Parameter | Type |
|---|---|
props | Partial<NotebookSliceConfig> |
Returns
object
| Name | Type |
|---|---|
artifacts | Record<string, { id: string; meta: { cellOrder: string[]; }; }> |
currentCellId? | string |
