Skip to main content

browser-tracker.jsonprocessor

Home > @snowplow/browser-tracker > JsonProcessor

JsonProcessor type

A function which will processor the Json onto the injected PayloadBuilder

Signature:
type JsonProcessor = (payloadBuilder: PayloadBuilder, jsonForProcessing: EventJson, contextEntitiesForProcessing: SelfDescribingJson[]) => void;