Home > @snowplow/node-tracker > SelfDescribingEvent
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
Signature:
interface SelfDescribingEvent<T = Record<string, unknown>> | Property | Type | Description |
|---|---|---|
| event | SelfDescribingJson<T> | The Self Describing JSON which describes the event |