Is it possible to set publishing scope on calls to skuid.events.publish(event, data) ?

Hi Zach… I’m having to trigger an event from an html submit button in a Skuid template component which the Lightning component can listen for.

My current approach is to listen for an event locally on the Skuid page (skuid.events.publish(‘some.event’)) and to then use an event-triggered sequence in Skuid to listen to this and then publish another event via the action-framework to the surrounding Lightning Component using the broader scope.

This is working fine but it’d be nice to know how to publish to the broader scope straight from javascript rather than using the above two-step process. Any chance you could spill the beans on this?

Just a note - I also found that you had to set the even-triggered sequence to “All Active Pages and Lightning Components” for the above listener to work - even though the javascript was publishing the event from a snippet in the same Skuid page.