Type alias CellSidebarProps

CellSidebarProps: {
    cellId: string;
    command: CommandRegistry;
    nbgrader: boolean;
    notebookId: string;
}

Type declaration

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

Generated using TypeDoc