Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateActions<T>

Interface for createUpdateActions return type

Type parameters

  • T

Hierarchy

Index

Properties

UPDATE

UPDATE: string

Defining the type of the UPDATE action type

UPDATE_FAIL

UPDATE_FAIL: string

Defining the type of the UPDATE_FAIL action type

UPDATE_SUCCESS

UPDATE_SUCCESS: string

Defining the type of the UPDATE_SUCCESS action type

Update

Update: object

Type of the Update action

Type declaration

UpdateFail

UpdateFail: object

Type of the UpdateFail action

Type declaration

UpdateSuccess

UpdateSuccess: object

Type of the UpdateSuccess action

Type declaration

Object literals

UpdateActionNames

UpdateActionNames: object

Action name constants

UPDATE

UPDATE: string = "Update"

Value of the UPDATE action type

UPDATE_FAIL

UPDATE_FAIL: string = "Update Fail"

Value of the UPDATE_FAIL action type

UPDATE_SUCCESS

UPDATE_SUCCESS: string = "Update Success"

Value of the UPDATE_SUCCESS action type

Generated using TypeDoc