Skip to content

ECS Framework API v2.1.50


ECS Framework API / IEventData

Interface: IEventData

Defined in: Types/index.ts:176

事件数据基类接口

Extended by

Properties

timestamp

timestamp: number

Defined in: Types/index.ts:178

事件时间戳


source?

optional source: string

Defined in: Types/index.ts:180

事件来源


eventId?

optional eventId: string

Defined in: Types/index.ts:182

事件ID

Released under the MIT License.