The tabs represents two notebooks in a diff configuration.

Constructor

new(original:Uri, modified:Uri, notebookType:String)

Constructs a notebook diff tab input. @linkcode NotebookDocument.notebookType NotebookDocuments's notebookType}

Parameters:

original

The uri of the original unmodified notebook.

modified

The uri of the modified notebook.

notebookType

The type of notebook. Maps to {

Variables

read onlymodified:Uri

The uri of the modified notebook.

read onlynotebookType:String

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

read onlyoriginal:Uri

The uri of the original notebook.