Skip to content

ECS Framework API v2.2.13


ECS Framework API / IEventData

Interface: IEventData

Defined in: packages/core/src/Types/index.ts:170

事件数据基类接口

Extended by

Properties

timestamp

timestamp: number

Defined in: packages/core/src/Types/index.ts:172

事件时间戳


source?

optional source: string

Defined in: packages/core/src/Types/index.ts:174

事件来源


eventId?

optional eventId: string

Defined in: packages/core/src/Types/index.ts:176

事件ID

Released under the MIT License.