Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 699 Bytes

File metadata and controls

21 lines (13 loc) · 699 Bytes

Home > @snowplow/react-native-tracker > RuleSet

RuleSet interface

A ruleset has accept or reject properties that contain rules for matching Iglu schema URIs

Signature:

interface RuleSet 

Properties

Property Type Description
accept? Array<string> | string (Optional)
reject? Array<string> | string (Optional)