Skip to content

@sqlrooms/notebook / createDefaultNotebookConfig

Function: createDefaultNotebookConfig() ​

createDefaultNotebookConfig(props?): object

Create default notebook.config structure with no cells.

Parameters ​

ParameterType
propsPartial<NotebookSliceConfig>

Returns ​

object

NameType
artifactsRecord<string, { id: string; meta: { cellOrder: string[]; }; }>
currentCellId?string