ApplyOptions
type ApplyOptions = { consentMode: ConsentModeMapping;};Defined in: apply.ts:42
Type declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
consentMode? | ConsentModeMapping | Override 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 |