Skip to content

isLoading

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.Web/Client/app/reducers/job.ts (line 125)

Part of: Pams

Definition

ts
createSelector(getJobState, (state: JobState) => state.loading)

Value

ts
createSelector(getJobState, (state: JobState) => state.loading)

Was this page helpful?

Download as PDF