Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 617 Bytes

File metadata and controls

13 lines (8 loc) · 617 Bytes

Home > @snowplow/react-native-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;