Skip to main content
Module

x/flux_standard_action/mod.ts>FluxStandardActionWithMeta

Port of flux-standard-action npm package for Deno.
interface FluxStandardActionWithMeta
import { type FluxStandardActionWithMeta } from "https://deno.land/x/flux_standard_action@v1.0.0/mod.ts";

A Flux Standard action with a required metadata property.

Type Parameters

optional
Type extends string = string
optional
Payload = undefined
optional
Meta = undefined

Properties

meta: Meta

The required meta property MAY be any type of value. It is intended for any extra information that is not part of the payload.