WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
ISaveDrawingDialogConfig
Interface ISaveDrawingDialogConfig
保存图纸对话框配置
interface
ISaveDrawingDialogConfig
{
mode
:
"update"
|
"saveAs"
|
"new"
;
type
?:
"imports"
|
"designs"
;
mapid
?:
string
;
version
?:
string
;
designPath
?:
string
;
branchName
?:
string
;
patchId
?:
string
;
hasConflict
?:
boolean
;
conflictInfo
?:
{
hasConflict
:
boolean
;
conflictingPatches
:
string
[]
;
conflictingEntities
:
string
[]
;
latestPatchId
:
string
;
}
;
}
Index
Properties
mode
type?
mapid?
version?
design
Path?
branch
Name?
patch
Id?
has
Conflict?
conflict
Info?
Properties
mode
mode
:
"update"
|
"saveAs"
|
"new"
保存模式
Optional
type
type
?:
"imports"
|
"designs"
图纸类型
Optional
mapid
mapid
?:
string
图纸ID
Optional
version
version
?:
string
版本号
Optional
design
Path
designPath
?:
string
设计图路径
Optional
branch
Name
branchName
?:
string
分支名称
Optional
patch
Id
patchId
?:
string
当前 patch ID (parentId)
Optional
has
Conflict
hasConflict
?:
boolean
是否有冲突
Optional
conflict
Info
conflictInfo
?:
{
hasConflict
:
boolean
;
conflictingPatches
:
string
[]
;
conflictingEntities
:
string
[]
;
latestPatchId
:
string
;
}
冲突详情
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
mode
type
mapid
version
design
Path
branch
Name
patch
Id
has
Conflict
conflict
Info
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
保存图纸对话框配置