Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookEditorProps {
        error?: Promise<string>;
        notebookData: Promise<NotebookModel>;
        notebookType: string;
        uri: URI;
    }
    Index

    Properties

    error?: Promise<string>
    notebookData: Promise<NotebookModel>
    notebookType: string
    uri: URI