WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
ConflictDetectedEventArgs
Interface ConflictDetectedEventArgs
检测到冲突事件参数
interface
ConflictDetectedEventArgs
{
timestamp
:
number
;
customData
?:
any
;
document
:
CadDocument
;
conflicts
:
ConflictItem
[]
;
sourceOperation
:
"merge"
|
"sync"
|
"patch"
|
"pull"
;
sourceBranchOrVersion
?:
string
;
targetBranchOrVersion
?:
string
;
}
Hierarchy (
View Summary
)
CadEventArgs
ConflictDetectedEventArgs
Index
Properties
timestamp
custom
Data?
document
conflicts
source
Operation
source
Branch
Or
Version?
target
Branch
Or
Version?
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
document
document
:
CadDocument
文档
conflicts
conflicts
:
ConflictItem
[]
冲突列表
source
Operation
sourceOperation
:
"merge"
|
"sync"
|
"patch"
|
"pull"
冲突来源操作
Optional
source
Branch
Or
Version
sourceBranchOrVersion
?:
string
源分支或版本
Optional
target
Branch
Or
Version
targetBranchOrVersion
?:
string
目标分支或版本
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
document
conflicts
source
Operation
source
Branch
Or
Version
target
Branch
Or
Version
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
检测到冲突事件参数