Skip to content

initialState

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/app/reducers/core/generic-form.reducer.ts (line 12)

Part of: Pams Web

Definition

ts
GenericFormState

Value

ts
{
    loading: false,
    records: [],
    selectedRecord: null
}

Was this page helpful?

Download as PDF