# no-consent-given

#### Title

**jentis.consent.engine.no-consent-given**

#### Description

Triggered when **no vendors have positive consent** — either because the user just denied consent or no prior consent exists.

#### Usage

```javascript
jentis.consent.engine.addEventListener('jentis.consent.engine.no-consent-given', function (e) {
    console.log("No consent given.");
});
```

#### Event Data (`e.detail`)

No additional data is passed with this event.
