Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/actor/main/slice.ts>Slice.CombinedSlice

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface Slice.CombinedSlice
import { type Slice } from "https://deno.land/x/rimbu@1.2.1/actor/main/slice.ts";
const { CombinedSlice } = Slice;

Type Parameters

SDef extends Record<string, Slice<any, Record<string, any>>>

Properties

reducer: Actor.ActionReducer<[K in keyof SDef]: Slice.StateType<SDef[K]>>
actions: [K in keyof SDef]: SDef[K]["actions"]