Skip to content

GENERIC_FORM_ACTIONS

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/app/actions/definitions/core/generic-form.def.ts (line 1)

Part of: Pams Web

Definition

ts
{   
    LOAD_DATA: '[Generic Form] Load Data',
    LOAD_DATA_SUCCESS: '[Generic Form] Load Data Success',
    LOAD_DATA_FAIL: '[Generic Form] Load Data Fail',
    SAVE_DATA: '[Generic Form] Save Data',
    SAVE_DATA_SUCCESS: '[Generic Form] Save Data Success',
    SAVE_DATA_FAIL: '[Generic Form] Save Data Fail',
    DELETE_DATA: '[Generic Form] Delete Data',
    DELETE_DATA_SUCCESS: '[Generic For…

Value

ts
{   
    LOAD_DATA: '[Generic Form] Load Data',
    LOAD_DATA_SUCCESS: '[Generic Form] Load Data Success',
    LOAD_DATA_FAIL: '[Generic Form] Load Data Fail',
    SAVE_DATA: '[Generic Form] Save Data',
    SAVE_DATA_SUCCESS: '[Generic Form] Save Data Success',
    SAVE_DATA_FAIL: '[Generic Form] Save Data Fail',
    DELETE_DATA: '[Generic Form] Delete Data',
    DELETE_DATA_SUCCESS: '[Generic For…

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • GenericFormStatePams/Web/portal/pams-web/src/app/reducers/core/generic-form.reducer.ts:6

Was this page helpful?

Download as PDF