node-tracker.contextprimitive
Home > @snowplow/node-tracker > ContextPrimitive
ContextPrimitive type
A context primitive is either a self-describing JSON or a context generator
Signature:type ContextPrimitive = SelfDescribingJson | ContextGenerator;