Skip to content

ApplyOptions

type ApplyOptions = {
consentMode: ConsentModeMapping;
};

Defined in: apply.ts:42

Type declaration

NameTypeDescriptionDefined in
consentMode?ConsentModeMappingOverride which Tickbox categories drive which gtag consent keys. Merged shallowly with the built-in defaults — any keys you don’t override keep their defaults. Pass null for a key to remove it from the gtag('consent','update', ...) call entirely.apply.ts:49