Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellDto {
        cellKind: CellKind;
        eol: string;
        handle: number;
        internalMetadata?: NotebookCellInternalMetadata;
        language: string;
        metadata?: NotebookCellMetadata;
        mime?: string;
        outputs: NotebookOutputDto[];
        source: string[];
        uri: UriComponents;
    }
    Index

    Properties

    cellKind: CellKind
    eol: string
    handle: number
    internalMetadata?: NotebookCellInternalMetadata
    language: string
    mime?: string
    source: string[]