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