CommandHandlerResult
API reference for CommandHandlerResult
Type Alias: CommandHandlerResult<State, TEvent>
Section titled “Type Alias: CommandHandlerResult<State, TEvent>”CommandHandlerResult<
State
,TEvent
> =object
Result of command handling operation
Type Parameters
Section titled “Type Parameters”State
TEvent
Section titled “TEvent”Properties
Section titled “Properties”appendResult
Section titled “appendResult”appendResult:
AppendToStreamResult
newEvents
Section titled “newEvents”newEvents:
TEvent
[]
newState
Section titled “newState”newState:
State