<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [SelfDescribingEvent](./browser-tracker.selfdescribingevent.md)

## SelfDescribingEvent interface

A Self Describing Event A custom event type, allowing for an event to be tracked using your own custom schema and a data object which conforms to the supplied schema

<b>Signature:</b>

```typescript
interface SelfDescribingEvent<T = Record<string, unknown>> 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [event](./browser-tracker.selfdescribingevent.event.md) | SelfDescribingJson&lt;T&gt; | The Self Describing JSON which describes the event |

