Interface: Consent
interface Consent { gdprApplies: boolean; ready: boolean; addtlConsent?: string; cmpId?: number; consentString?: string; policyVersion?: number; purposeConsents?: Record<string, boolean>; purposeLegitimateInterests?: Record<string, boolean>; vendorConsents?: Record<string, boolean>; vendorLegitimateInterests?: Record<string, boolean>; vendorListVersion?: number;}
Properties
gdprApplies
gdprApplies:
boolean
ready
ready:
boolean
addtlConsent?
optionaladdtlConsent:string
cmpId?
optionalcmpId:number
consentString?
optionalconsentString:string
policyVersion?
optionalpolicyVersion:number
purposeConsents?
optionalpurposeConsents:Record<string,boolean>
purposeLegitimateInterests?
optionalpurposeLegitimateInterests:Record<string,boolean>
vendorConsents?
optionalvendorConsents:Record<string,boolean>
vendorLegitimateInterests?
optionalvendorLegitimateInterests:Record<string,boolean>
vendorListVersion?
optionalvendorListVersion:number
Last updated on