WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
PatchAppliedEventArgs
Interface PatchAppliedEventArgs
Patch已应用事件参数
interface
PatchAppliedEventArgs
{
timestamp
:
number
;
customData
?:
any
;
document
:
CadDocument
;
patch
:
PatchInfo
;
success
:
boolean
;
appliedChangesCount
:
number
;
skippedChangesCount
:
number
;
conflictsCount
:
number
;
error
?:
string
;
}
Hierarchy (
View Summary
)
CadEventArgs
PatchAppliedEventArgs
Index
Properties
timestamp
custom
Data?
document
patch
success
applied
Changes
Count
skipped
Changes
Count
conflicts
Count
error?
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
document
document
:
CadDocument
文档
patch
patch
:
PatchInfo
Patch信息
success
success
:
boolean
是否成功
applied
Changes
Count
appliedChangesCount
:
number
应用的变更数量
skipped
Changes
Count
skippedChangesCount
:
number
跳过的变更数量
conflicts
Count
conflictsCount
:
number
冲突数量
Optional
error
error
?:
string
错误信息
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
document
patch
success
applied
Changes
Count
skipped
Changes
Count
conflicts
Count
error
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
Patch已应用事件参数