Theia API Documentation v1.65.0
    Preparing search index...
    interface OpenDialogOptions {
        buttonLabel?: string;
        filters?: FileFilter[];
        maxWidth?: number;
        modal?: boolean;
        openFiles?: boolean;
        openFolders?: boolean;
        path: string;
        selectMany?: boolean;
        title?: string;
    }
    Index

    Properties

    buttonLabel?: string
    filters?: FileFilter[]
    maxWidth?: number
    modal?: boolean
    openFiles?: boolean
    openFolders?: boolean
    path: string
    selectMany?: boolean
    title?: string