Skip to main content

browser-tracker.contextprimitive

Home > @snowplow/browser-tracker > ContextPrimitive

ContextPrimitive type

A context primitive is either a self-describing JSON or a context generator

Signature:
type ContextPrimitive = SelfDescribingJson | ContextGenerator;