WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
IBranchCreateDialogResult
Interface IBranchCreateDialogResult
创建分支对话框结果
interface
IBranchCreateDialogResult
{
action
:
"create"
|
"cancel"
;
newBranchName
?:
string
;
type
?:
"imports"
|
"designs"
;
mapid
?:
string
;
version
?:
string
;
designPath
?:
string
;
fromBranchName
?:
string
;
fromPatchId
?:
string
;
}
Index
Properties
action
new
Branch
Name?
type?
mapid?
version?
design
Path?
from
Branch
Name?
from
Patch
Id?
Properties
action
action
:
"create"
|
"cancel"
操作类型
Optional
new
Branch
Name
newBranchName
?:
string
新分支名称
Optional
type
type
?:
"imports"
|
"designs"
图纸类型
Optional
mapid
mapid
?:
string
地图ID
Optional
version
version
?:
string
版本号
Optional
design
Path
designPath
?:
string
设计图路径
Optional
from
Branch
Name
fromBranchName
?:
string
源分支名称
Optional
from
Patch
Id
fromPatchId
?:
string
源 Patch ID
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
action
new
Branch
Name
type
mapid
version
design
Path
from
Branch
Name
from
Patch
Id
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
创建分支对话框结果