Interface BaseActionCreator<P, T, M, E>

Basic type for all action creators.

Inherit Doc

Type Parameters

  • P

  • T extends string

  • M = never

  • E = never

Hierarchy

Properties

Properties

match: ((action) => action is PayloadAction<P, T, M, E>)

Type declaration

type: T

Generated using TypeDoc