Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookEditorAddData {
        documentUri: UriComponents;
        id: string;
        selections: CellRange[];
        viewColumn?: number;
        visibleRanges: CellRange[];
    }
    Index

    Properties

    documentUri: UriComponents
    id: string
    selections: CellRange[]
    viewColumn?: number
    visibleRanges: CellRange[]