Options
All
  • Public
  • Public/Protected
  • All
Menu

Extend this interface with a type called ApplicationState to add Typescript support for accessing your Redux state via Script Function handlers and the like.

Example:

interface ExtensionTypes
{
   // Replace this type with whatever type you use for your Redux state
   ApplicationState: MyReduxStateType;
}

Hierarchy

  • ExtensionTypes

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method

Generated using TypeDoc