quotes/states
@boldpenguin/sdk-redux › Globals › "quotes/states"
Index
Variables
Functions
Variables
Const areQuotesReadyForDisplay
• areQuotesReadyForDisplay: function & OutputSelectorFields‹function› & object = createSelector(isFormLoading, areQuotesLoading, (formLoading, quotesLoading) => { return formLoading || !quotesLoading; })
Checks if form or quotes are still loading
param The BpSdk Redux Store
Functions
Const areQuotesLoading
▸ areQuotesLoading(state: BpSdkStore): boolean
Checks if there are any quotes currently loading
Parameters:
| Name | Type | Description |
|---|---|---|
state | BpSdkStore | The BpSdk Redux store |
Returns: boolean