Skip to content

PROFILE_ACTIONS

reference
1 min readUpdated

Kind: Constant

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

Part of: Pams Web

Definition

ts
{
    LOGIN: '[Profile] Login',
    LOGIN_SUCCESS: '[Profile] Login Success',
    LOGIN_FAIL: '[Profile] Login Fail',
    SWITCH_TENANT: '[Profile] Switch Tenant',
    LOAD_PROFILE: '[Profile] Load Profile',
    LOAD_PROFILE_SUCCESS: '[Profile] Load Profile Success',
    LOAD_PROFILE_Fail: '[Profile] Load Profile Fail',
    LOAD_PROFILE_COMPLETED: '[Profile] Load Profile Completed',
    LOGOUT: '[…

Value

ts
{
    LOGIN: '[Profile] Login',
    LOGIN_SUCCESS: '[Profile] Login Success',
    LOGIN_FAIL: '[Profile] Login Fail',
    SWITCH_TENANT: '[Profile] Switch Tenant',
    LOAD_PROFILE: '[Profile] Load Profile',
    LOAD_PROFILE_SUCCESS: '[Profile] Load Profile Success',
    LOAD_PROFILE_Fail: '[Profile] Load Profile Fail',
    LOAD_PROFILE_COMPLETED: '[Profile] Load Profile Completed',
    LOGOUT: '[…

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)

  • ProfileStatePams/Web/portal/pams-web/src/app/reducers/core/profile.reducer.ts:9

Was this page helpful?

Download as PDF