Properties
Optional advancedListEndpoint
advancedListEndpoint?: string = ''
Optional mutationPreventionStrategy
mutationPreventionStrategy?: "none" | "simpleRecursiveClone" | "jsonDeepCopy" | "cloneDeep" = 'simpleRecursiveClone'
Optional serverResponseTTL
serverResponseTTL?: number = 3
Optional trailingSlash
trailingSlash?: boolean = false
Customization of data service.
The cached service response time to live. It is only applied for listing, to improve pagination operations. (default 3 seconds)
Additional endpoint for filtering operations used in the
advancedList
method.Strategy to avoid mutation of the cache data: 'simpleRecursiveClone' | 'jsonDeepCopy'| 'cloneDeep'| 'none'
Adds a back slash at the end of the request url.