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
Hi all! Is there a way to "filter" an event with this module?
For example filter: (event) =>{ if (event.title.search(“LOAD_CNT”) > -1) { return true } else { return false } },