MLightCAD
    Preparing search index...

    Configuration for the built-in OPEN file dialog installed by acapInstallOpenFileDialog.

    interface AcApOpenFileDialogOptions {
        enabled?: boolean;
        getOpenDocumentDefaults?: () => | AcApOpenDatabaseOptions
        | Promise<AcApOpenDatabaseOptions>;
    }
    Index

    Properties

    enabled?: boolean

    When false, the built-in OPEN dialog is not installed. Defaults to true.

    getOpenDocumentDefaults?: () => | AcApOpenDatabaseOptions
    | Promise<AcApOpenDatabaseOptions>

    Supplies open options for files chosen through the built-in dialog.