WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
RecentCommand
Interface RecentCommand
最近执行的命令信息
interface
RecentCommand
{
cmd
:
string
;
icon
:
string
;
prompt
:
string
;
timestamp
:
number
;
commandOptions
?:
string
[]
;
}
Index
Properties
cmd
icon
prompt
timestamp
command
Options?
Properties
cmd
cmd
:
string
命令名称
icon
icon
:
string
图标名称
prompt
prompt
:
string
提示文本
timestamp
timestamp
:
number
执行时间戳
Optional
command
Options
commandOptions
?:
string
[]
命令选项
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
cmd
icon
prompt
timestamp
command
Options
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
最近执行的命令信息