Home > @vsf-enterprise/sapcc > UseConsentsLoading
UseConsentsLoading interface
An indicator of useConsents composable methods progress
Signature:
export interface UseConsentsLoading
Properties
| Property | Type | Description |
|---|---|---|
| giveConsent | boolean | Indicates progress of useConsents().giveConsent method |
| loadConsents | boolean | Indicates progress of useConsents().loadConsents method |
| mergeAnonymousConsents | boolean | Indicates progress of useConsents().mergeAnonymousConsents method |
| removeConsent | boolean | Indicates progress of useConsents().removeConsent method |