Skip to main content

Interface: SystemEventContext<TData>

Event delivered to an addon that subscribed through its manifest.

Type Parameters

TData

TData = unknown

Properties

eventName

eventName: string

Public event name declared in the addon's subscriptions.


timestamp

timestamp: number

Unix timestamp in milliseconds recorded when the event was created.


data?

optional data?: TData

Event-specific payload. Addons must validate fields before using them.