Theia API Documentation v1.65.0
    Preparing search index...

    NotebookCellData is the raw representation of notebook cells. Its is part of NotebookData.

    Implements

    Index

    Constructors

    Properties

    executionSummary?: NotebookCellExecutionSummary

    The execution summary of this cell data.

    The kind of this cell data.

    languageId: string

    The language identifier of the source value of this cell data. Any value from getLanguages is possible.

    metadata?: { [key: string]: any }

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    outputs?: NotebookCellOutput[]

    The outputs of this cell data.

    value: string

    The source value of this cell data - either source code or formatted text.