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

x/rimbu/actor/immer/slice-immer.ts>SliceImmer.Config

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

Properties

_ACTION_HANDLER_ARGS: [this["_STATE"], ...this["_ACTION_HANDLER_UNKNOWN"][]]
_ACTION_HANDLER: (...args: this["_ACTION_HANDLER_ARGS"]) => void
_ACTION_HANDLER_RESULT: this["_STATE"]
_INCLUDE_HANDLER_ARGS: [this["_STATE"], this["_INCLUDE_ACTION_TYPE"]]
_INCLUDE_HANDLER: (...args: this["_INCLUDE_HANDLER_ARGS"]) => void
_ACTION_TYPE: Action<Tail<Parameters<this["_ACTION_HANDLER"]>>>
_ACTION_CREATOR_PARAMS: Tail<Parameters<this["_ACTION_HANDLER"]>>