Skip to main content

quotes/states

@boldpenguin/sdk-reduxGlobals"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:

NameTypeDescription
stateBpSdkStoreThe BpSdk Redux store

Returns: boolean