Type alias ICellSidebarProps

ICellSidebarProps: {
    cellNodeId: string;
    command: CommandRegistry;
    nbgrader: boolean;
    notebookId: string;
}

Type declaration

  • cellNodeId: string
  • command: CommandRegistry
  • nbgrader: boolean
  • notebookId: string