WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
CadEventArgs
Interface CadEventArgs
事件参数基类 所有事件参数都继承自此接口
interface
CadEventArgs
{
timestamp
:
number
;
customData
?:
any
;
}
Hierarchy (
View Summary
)
CadEventArgs
CancellableEventArgs
DocumentCreatedEventArgs
DocumentOpenedEventArgs
DocumentClosedEventArgs
DocumentSavedEventArgs
DocumentModifiedEventArgs
DocumentSwitchedEventArgs
EntityAddedEventArgs
EntitiesAddedEventArgs
EntityModifiedEventArgs
EntityErasedEventArgs
EntitiesErasedEventArgs
CommandStartedEventArgs
CommandEndedEventArgs
CommandCancelledEventArgs
LayerAddedEventArgs
LayerDeletedEventArgs
LayerModifiedEventArgs
CurrentLayerChangedEventArgs
SelectionChangedEventArgs
SelectionClearedEventArgs
ViewZoomedEventArgs
ViewPannedEventArgs
ViewRegeneratedEventArgs
BlockAddedEventArgs
BlockDeletedEventArgs
BlockModifiedEventArgs
DocumentUploadedEventArgs
DocumentDownloadedEventArgs
DocumentSyncStatusChangedEventArgs
DocumentCachedEventArgs
DocumentRestoredEventArgs
DocumentCacheClearedEventArgs
BranchCreatedEventArgs
BranchSwitchedEventArgs
BranchMergedEventArgs
BranchDeletedEventArgs
PatchCreatedEventArgs
PatchAppliedEventArgs
PatchRevertedEventArgs
ConflictDetectedEventArgs
ConflictResolvedEventArgs
ConflictSkippedEventArgs
PluginLoadingEventArgs
PluginLoadedEventArgs
PluginActivatingEventArgs
PluginActivatedEventArgs
PluginDeactivatingEventArgs
PluginDeactivatedEventArgs
PluginUnloadingEventArgs
PluginUnloadedEventArgs
PluginErrorEventArgs
ContextMenuOpenedEventArgs
ContextMenuItemClickedEventArgs
Index
Properties
timestamp
custom
Data?
Properties
timestamp
timestamp
:
number
事件发生的时间戳
Optional
custom
Data
customData
?:
any
自定义数据,二次开发者可以附加额外信息
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
custom
Data
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
事件参数基类 所有事件参数都继承自此接口