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

    Interface IUploadMapResult

    上传结果数据(从Service.uploadMap返回)

    interface IUploadMapResult {
        fileid: string;
        mapid: string;
        uploadname: string;
        maptype?: string;
        result?: boolean;
        error?: string;
    }
    Index

    Properties

    fileid: string

    文件ID

    mapid: string

    地图ID(建议的)

    uploadname: string

    上传的文件名

    maptype?: string

    地图类型(空为CAD图,"image"为图像)

    result?: boolean

    是否上传成功

    error?: string

    错误信息