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
Presently, actions, conditions, and rules are plain JavaScript data structures with functions that operate on them. It might make the code a bit cleaner to utilize container classes, ex: Action or Rule.