Interface NotebookCodeCellSidebarProps

interface NotebookCodeCellSidebarProps {
    cell: NotebookCellModel;
    notebook: NotebookModel;
    notebookCellToolbarFactory: NotebookCellToolbarFactory;
}

Properties

notebook: NotebookModel
notebookCellToolbarFactory: NotebookCellToolbarFactory