WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
CurrentLayerChangedEventArgs
Interface CurrentLayerChangedEventArgs
当前图层变更事件参数
interface
CurrentLayerChangedEventArgs
{
timestamp
:
number
;
customData
?:
any
;
document
:
CadDocument
;
previousLayerName
:
string
;
currentLayerName
:
string
;
}
Hierarchy (
View Summary
)
CadEventArgs
CurrentLayerChangedEventArgs
Index
Properties
timestamp
custom
Data?
document
previous
Layer
Name
current
Layer
Name
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
document
document
:
CadDocument
所属文档
previous
Layer
Name
previousLayerName
:
string
之前的当前图层名称
current
Layer
Name
currentLayerName
:
string
新的当前图层名称
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
document
previous
Layer
Name
current
Layer
Name
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
当前图层变更事件参数