Object where each key represents the name of a join point attribute, and the value the pattern that we will use to match against the attribute.
The pattern can be a string (exact match), a regex or a function that receives the attribute and returns a boolean.
Filters join points according to the given rules.
Param: rules
Object where each key represents the name of a join point attribute, and the value the pattern that we will use to match against the attribute. The pattern can be a string (exact match), a regex or a function that receives the attribute and returns a boolean.
Deprecated
Use the javascript .filter() method instead.