@sqlrooms/room-store / RoomCommandExecutionContext
Type Alias: RoomCommandExecutionContext<RS>
RoomCommandExecutionContext<
RS> =object
Type Parameters
| Type Parameter | Default type |
|---|---|
RS extends BaseRoomStoreState | BaseRoomStoreState |
Properties
store
store:
StoreApi<RS>
getState()
getState: () =>
RS
Returns
RS
invocation
invocation:
RoomCommandInvocation
