Theia API Documentation v1.65.0
    Preparing search index...

    Custom Editors contribution

    interface CustomEditor {
        displayName: string;
        priority: CustomEditorPriority;
        selector: CustomEditorSelector[];
        viewType: string;
    }
    Index

    Properties

    displayName: string
    viewType: string