Skip to content

Home > @esengine/ecs-framework-monorepo > IEventData

IEventData interface

事件数据基类接口

Signature:

typescript
export interface IEventData

Properties

Property

Modifiers

Type

Description

eventId?

string

(Optional) 事件ID

source?

string

(Optional) 事件来源

timestamp

number

事件时间戳

基于 MIT 许可证发布