snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/node-tracker/markdown/node-tracker.consentwithdrawnevent.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [ConsentWithdrawnEvent](./node-tracker.consentwithdrawnevent.md)

## ConsentWithdrawnEvent interface

A Consent Withdrawn Event Used for tracking when a user withdraws their consent

<b>Signature:</b>

```typescript
interface ConsentWithdrawnEvent 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [all](./node-tracker.consentwithdrawnevent.all.md) | boolean | Specifies whether all consent should be withdrawn |
|  [description?](./node-tracker.consentwithdrawnevent.description.md) | string | <i>(Optional)</i> Description of the document withdrawing consent |
|  [id?](./node-tracker.consentwithdrawnevent.id.md) | string | <i>(Optional)</i> Identifier for the document withdrawing consent |
|  [name?](./node-tracker.consentwithdrawnevent.name.md) | string | <i>(Optional)</i> Name of the document withdrawing consent |
|  [version?](./node-tracker.consentwithdrawnevent.version.md) | string | <i>(Optional)</i> Version of the document withdrawing consent |