Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/update.actions"

Index

Interfaces

Functions

Object literals

Functions

createUpdateActions

  • Action class and type factory function for "update" 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.

    Type parameters

    • T

    Parameters

    • ns: string

      The namespace to use for creating action type constants

    Returns UpdateActions<T>

Object literals

UpdateActionNames

UpdateActionNames: object

Interface for update action names Action name constants

UPDATE

UPDATE: string = "Update"

Defining the type of the UPDATE action type Value of the UPDATE action type

UPDATE_FAIL

UPDATE_FAIL: string = "Update Fail"

Defining the type of the UPDATE_FAIL action type Value of the UPDATE_FAIL action type

UPDATE_SUCCESS

UPDATE_SUCCESS: string = "Update Success"

Defining the type of the UPDATE_SUCCESS action type Value of the UPDATE_SUCCESS action type

Generated using TypeDoc