Skip to content

initialState

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.Web/Client/app/reducers/dashboard.ts (line 24)

Part of: Pams

Definition

ts
DashboardState

Value

ts
{
    currentJobs: null,
    currentJobsOptions: null,
    bookingData: null,
    bookingDataOptions: null,
    lpoData: null,
    lpoDataOptions: null,
    lostOrderData: null,
    lostOrderDataOptions: null,
    bookingVsTargetData: null,
    bookingVsTargetDataOptions: null,
    loading: {}
}

Was this page helpful?

Download as PDF