Skip to content

ECS Framework API v2.1.50


ECS Framework API / ISystemEventData

Interface: ISystemEventData

Defined in: Types/index.ts:210

系统事件数据接口

Extends

Properties

timestamp

timestamp: number

Defined in: Types/index.ts:178

事件时间戳

Inherited from

IEventData.timestamp


source?

optional source: string

Defined in: Types/index.ts:180

事件来源

Inherited from

IEventData.source


eventId?

optional eventId: string

Defined in: Types/index.ts:182

事件ID

Inherited from

IEventData.eventId


systemName

systemName: string

Defined in: Types/index.ts:212

系统名称


systemType

systemType: string

Defined in: Types/index.ts:214

系统类型

Released under the MIT License.