Skip to content

@sqlrooms/room-store / RoomCommandInvokeStartEvent

Type Alias: RoomCommandInvokeStartEvent<RS>

RoomCommandInvokeStartEvent<RS> = object

Type Parameters

Type ParameterDefault type
RS extends BaseRoomStoreStateBaseRoomStoreState

Properties

command

command: RegisteredRoomCommand<RS>


input

input: unknown


context

context: RoomCommandExecutionContext<RS>