Skip to main content

EventName

@rotorsoft/act-root


@rotorsoft/act-root / act/src / EventName

Type Alias: EventName<E>

EventName<E> = keyof E & string | FrameworkEventName

Defined in: libs/act/src/types/ports.ts:253

Union of all event names valid for a given schema set: user-declared event names plus the framework-internal markers. Used by QueryStatsOptions.exclude so callers can mix domain events and framework markers in the same filter list without as string casts or stringly-typed mistakes (e.g. "__tombsotne__" typos fail at compile time).

Type Parametersโ€‹

Eโ€‹

E extends Schemas = Schemas

Event schemas; defaults to Schemas.