interface INotebooksState {
    notebooks: Map<string, INotebookState>;
}

Properties

Properties

notebooks: Map<string, INotebookState>