ECS Framework API / ISystemEventData
Interface: ISystemEventData
Defined in: packages/core/src/Types/index.ts:204
系统事件数据接口
Extends
Properties
timestamp
timestamp:
number
Defined in: packages/core/src/Types/index.ts:172
事件时间戳
Inherited from
source?
optionalsource:string
Defined in: packages/core/src/Types/index.ts:174
事件来源
Inherited from
eventId?
optionaleventId:string
Defined in: packages/core/src/Types/index.ts:176
事件ID
Inherited from
systemName
systemName:
string
Defined in: packages/core/src/Types/index.ts:206
系统名称
systemType
systemType:
string
Defined in: packages/core/src/Types/index.ts:208
系统类型