WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
CommandEndedEventArgs
Interface CommandEndedEventArgs
命令已结束事件参数
interface
CommandEndedEventArgs
{
timestamp
:
number
;
customData
?:
any
;
commandName
:
string
;
success
:
boolean
;
duration
:
number
;
}
Hierarchy (
View Summary
)
CadEventArgs
CommandEndedEventArgs
Index
Properties
timestamp
custom
Data?
command
Name
success
duration
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
command
Name
commandName
:
string
命令名称
success
success
:
boolean
命令是否成功完成
duration
duration
:
number
命令执行时长(毫秒)
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
command
Name
success
duration
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
命令已结束事件参数