@sqlrooms/room-store / invokeCommandFromStore
Function: invokeCommandFromStore()
invokeCommandFromStore<
RS>(store,commandId,input?,invocation?):Promise<RoomCommandResult<unknown>>
Type Parameters
| Type Parameter |
|---|
RS extends BaseRoomStoreState |
Parameters
| Parameter | Type |
|---|---|
store | StoreApi<RS> |
commandId | string |
input? | unknown |
invocation? | Partial<RoomCommandInvocation> |
Returns
Promise<RoomCommandResult<unknown>>
