@sqlrooms/core / createRoomSlice
Function: createRoomSlice()
createRoomSlice<
PC
>(props
):StateCreator
<RoomState
<PC
>>
Type Parameters
Type Parameter |
---|
PC |
Parameters
Parameter | Type |
---|---|
props | { config : PC ; room : Partial <Omit <RoomStateProps <PC >, "config" >>; } |
props.config | PC |
props.room | Partial <Omit <RoomStateProps <PC >, "config" >> |
Returns
StateCreator
<RoomState
<PC
>>