WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
ConflictItem
Interface ConflictItem
冲突项信息
interface
ConflictItem
{
id
:
string
;
type
:
ConflictType
;
description
:
string
;
localValue
?:
any
;
remoteValue
?:
any
;
baseValue
?:
any
;
entityId
?:
number
;
layerId
?:
string
;
propertyName
?:
string
;
localModifiedAt
?:
Date
;
remoteModifiedAt
?:
Date
;
}
Index
Properties
id
type
description
local
Value?
remote
Value?
base
Value?
entity
Id?
layer
Id?
property
Name?
local
Modified
At?
remote
Modified
At?
Properties
id
id
:
string
冲突ID
type
type
:
ConflictType
冲突类型
description
description
:
string
冲突描述
Optional
local
Value
localValue
?:
any
本地值
Optional
remote
Value
remoteValue
?:
any
远程值
Optional
base
Value
baseValue
?:
any
基础值(共同祖先)
Optional
entity
Id
entityId
?:
number
相关实体ID
Optional
layer
Id
layerId
?:
string
相关图层ID
Optional
property
Name
propertyName
?:
string
相关属性名
Optional
local
Modified
At
localModifiedAt
?:
Date
本地修改时间
Optional
remote
Modified
At
remoteModifiedAt
?:
Date
远程修改时间
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
id
type
description
local
Value
remote
Value
base
Value
entity
Id
layer
Id
property
Name
local
Modified
At
remote
Modified
At
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
冲突项信息