snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/browser-tracker/markdown/browser-tracker.contextprimitive.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [ContextPrimitive](./browser-tracker.contextprimitive.md)

## ContextPrimitive type

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

<b>Signature:</b>

```typescript
type ContextPrimitive = SelfDescribingJson | ContextGenerator;
```