Skip to content

Interface: EventEmitOptions<S>

Defined in: src/wirestate-core/plugin/events/events.ts:52

Options for emitting an event.

Type Parameters

Type ParameterDefault typeDescription
SunknownSource type.

Properties

source?

ts
readonly optional source?: S;

Defined in: src/wirestate-core/plugin/events/events.ts:59

Source attached to the emitted event.

Remarks

Use this for diagnostics or caller context.