browser-tracker.builtincontexts
Home > @snowplow/browser-tracker > BuiltInContexts
BuiltInContexts type
Signature:type BuiltInContexts = RequireAtLeastOne<{
/* Toggles the web_page context */
webPage: boolean;
/* Toggles the session context */
session: boolean;
/* Toggles the browser context */
browser: boolean;
}> | Record<string, never>;