Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellModelProps {
        cellKind: CellKind;
        collapseState?: NotebookCellCollapseState;
        handle: number;
        internalMetadata?: NotebookCellInternalMetadata;
        language: string;
        metadata?: NotebookCellMetadata;
        outputs: CellOutput[];
        source: string;
        uri: URI;
    }
    Index

    Properties

    cellKind: CellKind
    handle: number
    internalMetadata?: NotebookCellInternalMetadata
    language: string
    outputs: CellOutput[]
    source: string
    uri: URI