Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 749 Bytes

File metadata and controls

20 lines (12 loc) · 749 Bytes

Home > @snowplow/node-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