import { Action } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
Variables
Returns a new action creator instance that can be used to create |
Type Aliases
Type for creating an |
interface Action
implements ActionBase
Re-export
import { type Action } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
The default action interface, containing an optional payload.
Properties
readonly
payload: P