@sqlrooms/room-store / RoomCommandInvokeStartEvent
Type Alias: RoomCommandInvokeStartEvent<RS>
RoomCommandInvokeStartEvent<
RS> =object
Type Parameters
| Type Parameter | Default type |
|---|---|
RS extends BaseRoomStoreState | BaseRoomStoreState |
Properties
command
command:
RegisteredRoomCommand<RS>
input
input:
unknown
context
context:
RoomCommandExecutionContext<RS>
