Skip to main content
Module

x/rimbu/actor/mod.ts>Slice.Config

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

Properties

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