Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CrudEntityActions<T>

Interface for createActions return type

Type parameters

  • T

Hierarchy

Index

Properties

CREATE

CREATE: string

Defining the type of the CREATE action type

CREATE_FAIL

CREATE_FAIL: string

Defining the type of the CREATE_FAIL action type

CREATE_SUCCESS

CREATE_SUCCESS: string

Defining the type of the CREATE_SUCCESS action type

Create

Create: object

Type of the Create action

Type declaration

CreateFail

CreateFail: object

Type of the CreateFail action

Type declaration

CreateSuccess

CreateSuccess: object

Type of the CreateSuccess action

Type declaration

DELETE

DELETE: string

Defining the type of the DELETE action type

DELETE_FAIL

DELETE_FAIL: string

Defining the type of the DELETE_FAIL action type

DELETE_SUCCESS

DELETE_SUCCESS: string

Defining the type of the DELETE_SUCCESS action type

Delete

Delete: object

Type of the Delete action

Type declaration

DeleteFail

DeleteFail: object

Type of the DeleteFail action

Type declaration

DeleteSuccess

DeleteSuccess: object

Type of the DeleteSuccess action

Type declaration

LOAD

LOAD: string

Defining the type of the LOAD action type

Load

Load: object

Type of the Load action

Type declaration

SEARCH

SEARCH: string

Defining the type of the SEARCH action type

SEARCH_COMPLETE

SEARCH_COMPLETE: string

Defining the type of the SEARCH_COMPLETE action type

SELECT

SELECT: string

Defining the type of the SELECT action type

Search

Search: object

Type of the Search action

Type declaration

SearchComplete

SearchComplete: object

Type of the SearchComplete action

Type declaration

Select

Select: object

Type of the Select action

Type declaration

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

addData

addData: function

Type declaration

    • (data: T[]): AddData<T>
    • Parameters

      • data: T[]

      Returns AddData<T>

removeData

removeData: function

Type declaration

    • (id: string, removeChildren?: SchemaMap): RemoveData
    • Parameters

      • id: string
      • Optional removeChildren: SchemaMap

      Returns RemoveData

setData

setData: function

Type declaration

    • (data: T[]): SetData<T>
    • Parameters

      • data: T[]

      Returns SetData<T>

Generated using TypeDoc