WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface IExportDwgOptionsResult

    DWG导出选项对话框结果

    interface IExportDwgOptionsResult {
        confirmed: boolean;
        options?: IExportDwgOptions;
        isDownload?: boolean;
        downloadDir?: string;
    }
    Index

    Properties

    confirmed: boolean

    是否确认

    导出选项

    isDownload?: boolean

    是否是下载操作

    downloadDir?: string

    下载目录名称