TylerTemp/SaintsField

[Milestone] Using "==", "!=" subfix, "!" prefix in `ShowIf` etc

TylerTemp opened this issue · 0 comments

[ShowIf("!" + nameof(MyProp))] to reverse.

[EnableIf(nameof(MyProp) + "==", "myValue"] for value equal comparing.