react-native-tracker.ruleset
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) |