Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookContribution {
        displayName: string;
        priority?: string;
        selector?: readonly {
            excludeFileNamePattern?: string;
            filenamePattern?: string;
        }[];
        type: string;
    }
    Index

    Properties

    displayName: string
    priority?: string
    selector?: readonly {
        excludeFileNamePattern?: string;
        filenamePattern?: string;
    }[]
    type: string