@sqlrooms/room-store / createRoomCommandExecutionContext
Function: createRoomCommandExecutionContext()
createRoomCommandExecutionContext<
RS>(store,invocation?):RoomCommandExecutionContext<RS>
Type Parameters
| Type Parameter |
|---|
RS extends BaseRoomStoreState |
Parameters
| Parameter | Type |
|---|---|
store | StoreApi<RS> |
invocation? | Partial<RoomCommandInvocation> |
