Interface: EventEmitOptions<S>
Defined in: src/wirestate-core/plugin/events/events.ts:52
Options for emitting an event.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
S | unknown | Source 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.