Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 550 Bytes

File metadata and controls

18 lines (14 loc) · 550 Bytes

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>;