Skip to Content

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?

optional addtlConsent: string


cmpId?

optional cmpId: number


consentString?

optional consentString: string


policyVersion?

optional policyVersion: number


purposeConsents?

optional purposeConsents: Record<string, boolean>


purposeLegitimateInterests?

optional purposeLegitimateInterests: Record<string, boolean>


vendorConsents?

optional vendorConsents: Record<string, boolean>


vendorLegitimateInterests?

optional vendorLegitimateInterests: Record<string, boolean>


vendorListVersion?

optional vendorListVersion: number

Last updated on