WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
DocumentUploadedEventArgs
Interface DocumentUploadedEventArgs
文档已上传事件参数
interface
DocumentUploadedEventArgs
{
timestamp
:
number
;
customData
?:
any
;
document
:
CadDocument
;
serverUrl
:
string
;
projectId
?:
string
;
version
:
number
;
remoteDocumentId
?:
string
;
success
:
boolean
;
error
?:
string
;
}
Hierarchy (
View Summary
)
CadEventArgs
DocumentUploadedEventArgs
Index
Properties
timestamp
custom
Data?
document
server
Url
project
Id?
version
remote
Document
Id?
success
error?
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
document
document
:
CadDocument
已上传的文档
server
Url
serverUrl
:
string
服务端URL
Optional
project
Id
projectId
?:
string
项目ID
version
version
:
number
新版本号
Optional
remote
Document
Id
remoteDocumentId
?:
string
服务端文档ID
success
success
:
boolean
上传是否成功
Optional
error
error
?:
string
错误信息
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
document
server
Url
project
Id
version
remote
Document
Id
success
error
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
文档已上传事件参数