WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
EntityModifiedEventArgs
Interface EntityModifiedEventArgs
实体修改事件参数
interface
EntityModifiedEventArgs
{
timestamp
:
number
;
customData
?:
any
;
document
:
CadDocument
;
entity
:
EntityBase
;
propertyName
?:
string
;
oldValue
?:
any
;
newValue
?:
any
;
}
Hierarchy (
View Summary
)
CadEventArgs
EntityModifiedEventArgs
Index
Properties
timestamp
custom
Data?
document
entity
property
Name?
old
Value?
new
Value?
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
document
document
:
CadDocument
所属文档
entity
entity
:
EntityBase
被修改的实体
Optional
property
Name
propertyName
?:
string
修改的属性名称
Optional
old
Value
oldValue
?:
any
修改前的值
Optional
new
Value
newValue
?:
any
修改后的值
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
document
entity
property
Name
old
Value
new
Value
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
实体修改事件参数