Skip to content

@sqlrooms/room-store / RoomCommandExecutionContext

Type Alias: RoomCommandExecutionContext<RS>

RoomCommandExecutionContext<RS> = object

Type Parameters

Type ParameterDefault type
RS extends BaseRoomStoreStateBaseRoomStoreState

Properties

store

store: StoreApi<RS>


getState()

getState: () => RS

Returns

RS


invocation

invocation: RoomCommandInvocation