Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncAction<T>

An Async Action type which has a Function as payload. This extends from AnyAction and thus other properties are also accepted.

However, you can also think of this as a derivation of Flux Standard Action,

Type parameters

  • T

Hierarchy

Indexable

[extraProps: string]: any

An Async Action type which has a Function as payload. This extends from AnyAction and thus other properties are also accepted.

However, you can also think of this as a derivation of Flux Standard Action,

Index

Properties

Properties

payload

payload: Function

type

type: T

Generated using TypeDoc