Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NormalizeActionTypes

All types of the provided actions.

Hierarchy

  • NormalizeActionTypes

Index

Properties

Static ADD_CHILD_DATA

ADD_CHILD_DATA: string = `${ACTION_NAMESPACE} Add Child Data`

Action type of the AddChildData action.

Static ADD_DATA

ADD_DATA: string = `${ACTION_NAMESPACE} Add Data`

Action type of the AddData action.

Static REMOVE_CHILD_DATA

REMOVE_CHILD_DATA: string = `${ACTION_NAMESPACE} Remove Child Data`

Action type of the RemoveChildData action.

Static REMOVE_DATA

REMOVE_DATA: string = `${ACTION_NAMESPACE} Remove Data`

Action type of the RemoveData action.

Static SET_DATA

SET_DATA: string = `${ACTION_NAMESPACE} Set Data`

Action type of the SetData action.

Generated using TypeDoc