You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tag field is associated with a rule, so there's not really any need specify it as a string, as it can also be used to associate metadata with a rule. @dkent600 wants to pass a list of associated properties to his renderer for object level rules, and of course this can also apply to property linked rules if they have (v.obj) => obj.anotherProperty==true.
If we leave it as type any it can also be used for its original intention but with more advanced filtering.
Closing- there are some data-binding capabilities I want to add that would enable binding to the validity of a tagged rule. Keeping the tag arg a string will make this easier/more-consistent.
The tag field is associated with a rule, so there's not really any need specify it as a string, as it can also be used to associate metadata with a rule.
@dkent600 wants to pass a list of associated properties to his renderer for object level rules, and of course this can also apply to property linked rules if they have
(v.obj) => obj.anotherProperty==true
.If we leave it as type
any
it can also be used for its original intention but with more advanced filtering.This also (I think) covers #279 (comment) and #351
The text was updated successfully, but these errors were encountered: