Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Action<T>

Actions must have a type field that indicates the type of action being performed.

Copy of https://github.com/reduxjs/redux/blob/32ac7e64bf548e0287807fae9e622aa9c55ff065/index.d.ts#L18

template

T the type of the action's type tag.

Type parameters

  • T

Hierarchy

Index

Properties

Properties

type

type: T

Generated using TypeDoc