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