Comments
-
From what I understand, when you interact with customAppA, and push a filter from customAppA, you want customAppB to listen on that filter event and have some sort of effect occur. You can try using domo.onFiltersUpdate((filters: domoFilters[]) ⇒ doSomethingWith(filters)); in customAppB