Skip to main content

browser-tracker.conditionalcontextprovider

Home > @snowplow/browser-tracker > ConditionalContextProvider

ConditionalContextProvider type

Conditional context providers are two element arrays used to decide when to attach contexts, where: - the first element is some conditional criterion - the second element is any number of context primitives

Signature:
type ConditionalContextProvider = FilterProvider | RuleSetProvider;