Skip to main content
Module

x/rimbu/actor/mod.ts>Action

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace Action
Re-export
import { Action } from "https://deno.land/x/rimbu@0.14.0/actor/mod.ts";

Variables

Returns a new action creator instance that can be used to create Action instances.

Type Aliases

Type for creating an Action instance.

interface Action
implements ActionBase
Re-export
import { type Action } from "https://deno.land/x/rimbu@0.14.0/actor/mod.ts";

The default action interface, containing an optional payload.

Type Parameters

optional
P = unknown

Properties

readonly
type: string
readonly
payload: P