Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnyAction<T>

An Action type which accepts any other properties. This is mainly for the use of the Reducer type. This is not part of Action itself to prevent types that extend Action from having an index signature.

Type parameters

  • T

Hierarchy

Indexable

[extraProps: string]: any

An Action type which accepts any other properties. This is mainly for the use of the Reducer type. This is not part of Action itself to prevent types that extend Action from having an index signature.

Index

Properties

Properties

type

type: T

Generated using TypeDoc