Interface NotebookEditorAddData

interface NotebookEditorAddData {
    documentUri: UriComponents;
    id: string;
    selections: CellRange[];
    viewColumn?: number;
    visibleRanges: CellRange[];
}

Properties

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