WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
MenuItemConfig
Interface MenuItemConfig
菜单项配置
interface
MenuItemConfig
{
command
:
string
;
shortcut
?:
string
;
before
?:
string
;
after
?:
string
;
}
Index
Properties
command
shortcut?
before?
after?
Properties
command
command
:
string
命令名称
Optional
shortcut
shortcut
?:
string
快捷键
Optional
before
before
?:
string
在哪个命令之前插入,不指定则添加到末尾
Optional
after
after
?:
string
在哪个命令之后插入
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
command
shortcut
before
after
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
菜单项配置