WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
IBranchMergeDialogResult
Interface IBranchMergeDialogResult
合并分支对话框结果
interface
IBranchMergeDialogResult
{
action
:
"cancel"
|
"merge"
;
type
?:
"imports"
|
"designs"
;
mapid
?:
string
;
version
?:
string
;
designPath
?:
string
;
sourceBranchName
?:
string
;
targetBranchName
?:
string
;
author
?:
string
;
remark
?:
string
;
}
Index
Properties
action
type?
mapid?
version?
design
Path?
source
Branch
Name?
target
Branch
Name?
author?
remark?
Properties
action
action
:
"cancel"
|
"merge"
操作类型
Optional
type
type
?:
"imports"
|
"designs"
图纸类型
Optional
mapid
mapid
?:
string
地图ID
Optional
version
version
?:
string
版本号
Optional
design
Path
designPath
?:
string
设计图路径
Optional
source
Branch
Name
sourceBranchName
?:
string
源分支名称
Optional
target
Branch
Name
targetBranchName
?:
string
目标分支名称
Optional
author
author
?:
string
作者
Optional
remark
remark
?:
string
备注
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
action
type
mapid
version
design
Path
source
Branch
Name
target
Branch
Name
author
remark
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
合并分支对话框结果