EventDispatcherIncomplete
이 콘텐츠는 아직 번역되지 않았습니다.
EventDispatcherIncomplete<
Unhandled> =object
Defined in: src/persistence/EventDispatcher.ts:47
Phantom marker type returned by .build() when the builder is
NOT exhaustive. Has no call signature — using the result as a
function produces a clear TS error like
"This expression is not callable. Type 'EventDispatcherIncomplete<\"c\">' has no call signatures."
The unhandled field-name surfaces which kind is missing.
Type Parameters
Section titled “Type Parameters”Unhandled
Section titled “Unhandled”Unhandled extends string
Properties
Section titled “Properties”__unhandled
Section titled “__unhandled”
readonly__unhandled:Unhandled
Defined in: src/persistence/EventDispatcher.ts:48
