Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabInputNotebookDiff

The tabs represents two notebooks in a diff configuration.

Hierarchy

  • TabInputNotebookDiff

Index

Constructors

  • Constructs a notebook diff tab input.

    Parameters

    • original: Uri

      The uri of the original unmodified notebook.

    • modified: Uri

      The uri of the modified notebook.

    • notebookType: string

      The type of notebook. Maps to NotebookDocuments's notebookType

    Returns TabInputNotebookDiff

Properties

modified: Uri

The uri of the modified notebook.

notebookType: string

The type of notebook. Maps to NotebookDocuments's notebookType

original: Uri

The uri of the original notebook.