Skip to main content
Module

x/rimbu/actor/patch/index.ts>SlicePatch.Config

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

Properties

_ACTION_HANDLER_ARGS: this["_ACTION_HANDLER_UNKNOWN"][]
_ACTION_HANDLER_RESULT: Patch<unknown extends this["_STATE"] ? unknown : this["_STATE"]>
_ACTION_HANDLER: (...args: this["_ACTION_HANDLER_ARGS"]) => this["_ACTION_HANDLER_RESULT"]
_INCLUDE_HANDLER_ARGS: [this["_INCLUDE_ACTION_TYPE"]]
_ACTION_TYPE: Action<Parameters<this["_ACTION_HANDLER"]>>
_ACTION_CREATOR_PARAMS: Parameters<this["_ACTION_HANDLER"]>