node-tracker.conditionalcontextprovider
Home > @snowplow/node-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;