Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 593 Bytes

File metadata and controls

13 lines (8 loc) · 593 Bytes

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;