snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/browser-tracker/markdown/browser-tracker.selfdescribingevent.md

Summary

Maintainability
Test Coverage
<!-- 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 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [event](./browser-tracker.selfdescribingevent.event.md) | SelfDescribingJson | The Self Describing JSON which describes the event |