Properties

perceivedPerformance

perceivedPerformance?: boolean | PerceivedPerformanceOptions

Should we show the progress indicator for a minimum amount of time

parallel

parallel?: number

How many of these store operations can run in parallel

valueKey

valueKey?: string

The key to use when setting the storage id

actionStore

actionStore?: string

Action to run to trigger the store operation, defaults to “store”

actionLoad

actionLoad?: string

Action to run to trigger the load operation, defaults to “load”

actionAbort

actionAbort?: string

Action to run to trigger the abort operation, defaults to “abort”

shouldStore

shouldStore: __type

Determines if we should store the entry, if returns true, the actionStore prop is set automatically. When this prop is set the actionStore prop cannot be set to false to reset the store operation