Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NormalizeActionCreators<T>

Interface for result for the actionCreators function

Type parameters

  • T

Hierarchy

  • NormalizeActionCreators

Index

Properties

addChildData

addChildData: function

Action creator for the AddChildData action

Type declaration

    • <C>(data: Array, childSchema: Entity, parentId: string): AddChildData<C>
    • Type parameters

      • C

      Parameters

      • data: Array
      • childSchema: Entity
      • parentId: string

      Returns AddChildData<C>

addData

addData: function

Action creator for the AddData action

Type declaration

removeChildData

removeChildData: function

Action creator for the AddChildData action

Type declaration

    • Parameters

      • id: string
      • childSchema: Entity
      • parentId: string

      Returns RemoveChildData

removeData

removeData: function

Action creator for the removeData action

Type declaration

setData

setData: function

Action creator for the SetData action

Type declaration

Generated using TypeDoc