WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
ISaveDrawingDialogResult
Interface ISaveDrawingDialogResult
保存图纸对话框结果
interface
ISaveDrawingDialogResult
{
action
:
"cancel"
|
"save"
|
"forceUpdate"
;
mode
?:
"update"
|
"saveAs"
|
"new"
;
type
?:
"imports"
|
"designs"
;
drawingName
?:
string
;
author
?:
string
;
remark
?:
string
;
forceUpdate
?:
boolean
;
}
Index
Properties
action
mode?
type?
drawing
Name?
author?
remark?
force
Update?
Properties
action
action
:
"cancel"
|
"save"
|
"forceUpdate"
操作类型
Optional
mode
mode
?:
"update"
|
"saveAs"
|
"new"
保存模式
Optional
type
type
?:
"imports"
|
"designs"
图纸类型
Optional
drawing
Name
drawingName
?:
string
图纸名称
Optional
author
author
?:
string
作者
Optional
remark
remark
?:
string
备注
Optional
force
Update
forceUpdate
?:
boolean
强制更新(忽略冲突)
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
action
mode
type
drawing
Name
author
remark
force
Update
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
保存图纸对话框结果