Skip to main content
Module

x/flux_standard_action/mod.ts

Port of flux-standard-action npm package for Deno.
import * as fluxStandardAction from "https://deno.land/x/flux_standard_action@v1.0.0/mod.ts";

Functions

Checks if action is FSA compliant error.

Checks if action is FSA compliant.

Interfaces

An extension of the Flux Standard action that represents an action containing an error as its payload.

A Flux Standard action with optional payload and metadata properties.

A Flux Standard action with a required metadata property.

A Flux Standard action with a required payload property.

Type Aliases

A Flux Standard Error action with inferred requirements for the payload and metadata properties. The payload and meta properties will be required if the corresponding type argument if not the undefined type.

A Flux Standard Error Action with a required metadata property.

A Flux Standard Error Action with a required payload property.

A Flux Standard Error Action with required payload and metadata properties.

Alias for ErrorFluxStandardAction.

Alias for ErrorFluxStandardActionAuto

Alias for ErrorFluxStandardActionWithMeta

Alias for ErrorFluxStandardActionWithPayload

Alias for ErrorFluxStandardActionWithPayloadAndMeta

A Flux Standard action with inferred requirements for the payload and metadata properties. The payload and meta properties will be required if the corresponding type argument if not the undefined type.

A Flux Standard action with required payload and metadata properties.

Alias for FluxStandardAction.

Alias for FluxStandardActionAuto

Alias for FluxStandardActionWithMeta

Alias for FSAWithPayload

Alias for FluxStandardActionWithPayloadAndMeta