WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
IUploadMapResult
Interface IUploadMapResult
上传结果数据(从Service.uploadMap返回)
interface
IUploadMapResult
{
fileid
:
string
;
mapid
:
string
;
uploadname
:
string
;
maptype
?:
string
;
result
?:
boolean
;
error
?:
string
;
}
Index
Properties
fileid
mapid
uploadname
maptype?
result?
error?
Properties
fileid
fileid
:
string
文件ID
mapid
mapid
:
string
地图ID(建议的)
uploadname
uploadname
:
string
上传的文件名
Optional
maptype
maptype
?:
string
地图类型(空为CAD图,"image"为图像)
Optional
result
result
?:
boolean
是否上传成功
Optional
error
error
?:
string
错误信息
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
fileid
mapid
uploadname
maptype
result
error
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
上传结果数据(从Service.uploadMap返回)