import { SliceConfig } from "https://deno.land/x/rimbu@1.1.0/actor/main/internal.ts";
Functions
Returns a configured object that can be used to produce slices with the given configuration. |
Type Aliases
Type used to define a lookup action object. | |
Function type to use to include external actions in the slice. | |
The result type of an action include function. | |
Function type to use to apply the given action handler. | |
Function type to use to apply the given action handler result. | |
The type used to define slice actions |
import { type SliceConfig } from "https://deno.land/x/rimbu@1.1.0/actor/main/internal.ts";
Utility type to determine the types to be used in the slice configuration.
Properties
The action handler function type.
_INCLUDE_ACTION_TYPE: ActionBase
_ACTION_TYPE: ActionBase
The action type used for action handlers.
_ACTION_CREATOR: ActionBase.Creator<this["_ACTION_TYPE"], this["_ACTION_CREATOR_PARAMS"]>
The action creator function type.