TabInputNotebookDiff

constructor(original: Uri, modified: Uri, notebookType: String)(source)

Constructs a notebook diff tab input.

Parameters

original

The uri of the original unmodified notebook.

modified

The uri of the modified notebook.

notebookType

The type of notebook. Maps to {@linkcode NotebookDocument.notebookType NotebookDocuments's notebookType}

Online Documentation