Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookDiffInputDto {
        kind: NotebookDiffInput;
        modified: UriComponents;
        notebookType: string;
        original: UriComponents;
    }
    Index

    Properties

    modified: UriComponents
    notebookType: string
    original: UriComponents