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