WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
DocumentDownloadedEventArgs
Interface DocumentDownloadedEventArgs
文档已下载事件参数
interface
DocumentDownloadedEventArgs
{
timestamp
:
number
;
customData
?:
any
;
document
:
CadDocument
;
serverUrl
:
string
;
projectId
?:
string
;
remoteDocumentId
:
string
;
version
:
number
;
branchName
?:
string
;
success
:
boolean
;
error
?:
string
;
}
Hierarchy (
View Summary
)
CadEventArgs
DocumentDownloadedEventArgs
Index
Properties
timestamp
custom
Data?
document
server
Url
project
Id?
remote
Document
Id
version
branch
Name?
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
remote
Document
Id
remoteDocumentId
:
string
远程文档ID
version
version
:
number
版本号
Optional
branch
Name
branchName
?:
string
分支名称
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
remote
Document
Id
version
branch
Name
success
error
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
文档已下载事件参数