Interface: CustomEventConfig

Defined in: agent.ts:162

Custom event configuration

Properties

data

data: unknown;

Defined in: agent.ts:171

Event data payload

metadata?

optional metadata?: Record<string, unknown>;

Defined in: agent.ts:176

Optional metadata (preserved through the event pipeline)

name

name: string;

Defined in: agent.ts:166

Event name (used for filtering/routing)