Interface NotebookCodeCellStatusProps

interface NotebookCodeCellStatusProps {
    cell: NotebookCellModel;
    cellStatusBarService: NotebookCellStatusBarService;
    commandRegistry: CommandRegistry;
    executionStateService?: NotebookExecutionStateService;
    labelParser: LabelParser;
    notebook: NotebookModel;
    onClick: (() => void);
}

Properties

cellStatusBarService: NotebookCellStatusBarService
commandRegistry: CommandRegistry
executionStateService?: NotebookExecutionStateService
labelParser: LabelParser
notebook: NotebookModel
onClick: (() => void)

Type declaration

    • (): void
    • Returns void