Skip to main content
Module

x/rimbu/actor/mod.ts>ActionBase

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

Interfaces

Defines how to create an action, and specifies the mandatory match function to determine whether an action matches the creator.

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

The minimal interface for an action, containing a unique tag.

Properties

readonly
tag: string

The (unique) action creator tag.