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

    A notebook edit represents edits that should be applied to the contents of a notebook.

    Implements

    Index

    Constructors

    Properties

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

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

    newCells: NotebookCellData[]

    New cells being inserted. May be empty.

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

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

    Range of the cells being edited. May be empty.

    Methods