#Stored Values
7 messages · Page 1 of 1 (latest)
!scanevents
Pass it on with a fake event and catch that with a custom trigger
There's an example aura in there somewhere. While very old, the principles apply
Damn I actually somewhat knew about scanevents and totally forgot about it. so you can use it with fake event somehow? I will began reading. Thanks
You calculate value X in Aura A.
Aura A sends a fake event with ScanEvents, that has value X as the payload.
Aura B had a custom trigger that listens for that event, and then does something with value X in the custom trigger function