WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
CommandStartingEventArgs
Interface CommandStartingEventArgs
命令开始中事件参数(可取消)
interface
CommandStartingEventArgs
{
timestamp
:
number
;
customData
?:
any
;
cancel
:
boolean
;
cancelReason
?:
string
;
commandName
:
string
;
commandOptions
?:
any
;
}
Hierarchy (
View Summary
)
CancellableEventArgs
CommandStartingEventArgs
Index
Properties
timestamp
custom
Data?
cancel
cancel
Reason?
command
Name
command
Options?
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
cancel
cancel
:
boolean
设置为 true 将取消该操作
Optional
cancel
Reason
cancelReason
?:
string
取消原因说明
command
Name
commandName
:
string
命令名称
Optional
command
Options
commandOptions
?:
any
命令选项
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
cancel
cancel
Reason
command
Name
command
Options
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
命令开始中事件参数(可取消)