libs/ngx-pfe/pfe-actions/update-state-on-backend/update-state-on-backend.model.ts

Extends

PfeBaseActionConfig

Relationships

Used by

No results matching.

Depends on

Index

Properties

Properties

pageToReturnTo
pageToReturnTo: string
Type : string
Optional
type
type: typeof PfeUpdateStateOnBackend
Type : typeof PfeUpdateStateOnBackend
break
break: boolean
Type : boolean
Optional

If break is "true" and the action was executed (that means, no conditions or conditions returns true) The flow will be stopped and the next actions will not be executed

conditions
conditions: Conditions
Type : Conditions
Optional

A list of conditions under which the actions are executed

globalConfigId
globalConfigId: string
Type : string
Optional

Only valid on the navigation. Will spread the actions.

import { PfeBaseActionConfig } from '../pfe-actions.model';

export const PfeUpdateStateOnBackend = 'PFE_UPDATE_STATE_ON_BACKEND';

export interface PfeUpdateStateOnBackendActionConfig extends PfeBaseActionConfig {
  type: typeof PfeUpdateStateOnBackend;
  pageToReturnTo?: string;
}

results matching ""

    No results matching ""