WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
CommandCancelledEventArgs
Interface CommandCancelledEventArgs
命令已取消事件参数
interface
CommandCancelledEventArgs
{
timestamp
:
number
;
customData
?:
any
;
commandName
:
string
;
reason
?:
string
;
}
Hierarchy (
View Summary
)
CadEventArgs
CommandCancelledEventArgs
Index
Properties
timestamp
custom
Data?
command
Name
reason?
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
command
Name
commandName
:
string
命令名称
Optional
reason
reason
?:
string
取消原因
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
command
Name
reason
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
命令已取消事件参数