Theia API Documentation v1.67.0
    Preparing search index...
    interface RegisterTreeDataProviderOptions {
        canSelectMany?: boolean;
        dragMimeTypes?: string[];
        dropMimeTypes?: string[];
        manageCheckboxStateManually?: boolean;
        showCollapseAll?: boolean;
    }
    Index

    Properties

    canSelectMany?: boolean
    dragMimeTypes?: string[]
    dropMimeTypes?: string[]
    manageCheckboxStateManually?: boolean
    showCollapseAll?: boolean