Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/delete.actions"

Index

Functions

createDeleteActions

  • Action class and type factory function for "delete" actions. Returns an object of action classes and type strings. This actions are handled by the NormalizedEntityState reducer and the effects created by the CrudEffectsFactory.

    Parameters

    • ns: string

      The namespace to use for creating action type constants

    Returns DeleteActions

Object literals

DeleteActionNames

DeleteActionNames: object

Action name constants

DELETE

DELETE: string = "Delete"

Value of the DELETE action type

DELETE_FAIL

DELETE_FAIL: string = "Delete Fail"

Value of the DELETE_FAIL action type

DELETE_SUCCESS

DELETE_SUCCESS: string = "Delete Success"

Value of the DELETE_SUCCESS action type

Generated using TypeDoc