WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
TabContextMenuItem
Interface TabContextMenuItem
标签右键菜单项接口
interface
TabContextMenuItem
{
label
:
string
;
action
:
|
"custom"
|
"saveAs"
|
"save"
|
"close"
|
"closeAll"
|
"closeOthers"
|
"rename"
;
cmd
?:
string
;
}
Index
Properties
label
action
cmd?
Properties
label
label
:
string
菜单项显示文本
action
action
:
|
"custom"
|
"saveAs"
|
"save"
|
"close"
|
"closeAll"
|
"closeOthers"
|
"rename"
菜单项动作类型
Optional
cmd
cmd
?:
string
自定义动作的命令
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
label
action
cmd
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
标签右键菜单项接口