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