browser-tracker.eventpayloadandcontext
Home > @snowplow/browser-tracker > EventPayloadAndContext
EventPayloadAndContext interface
Interface for returning a built event (PayloadBuilder) and context (Array of SelfDescribingJson).
Signature:interface EventPayloadAndContext
Properties
Property | Type | Description |
---|---|---|
context | Array<SelfDescribingJson> | List of context entities to track along with the event |
event | PayloadBuilder | Tracker payload for the event data |