Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellDataDto {
        cellKind: CellKind;
        internalMetadata?: NotebookCellInternalMetadata;
        language: string;
        metadata?: NotebookCellMetadata;
        outputs: NotebookOutputDto[];
        source: string;
    }
    Index

    Properties

    cellKind: CellKind
    internalMetadata?: NotebookCellInternalMetadata
    language: string
    source: string