Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brianaohern/3e0277304876ea5ecbc5ae640bd5ec59 to your computer and use it in GitHub Desktop.
Save brianaohern/3e0277304876ea5ecbc5ae640bd5ec59 to your computer and use it in GitHub Desktop.
om.Action.refresh
document.addEventListener('om.Action.refresh', function(event) {
// This event is passed the Campaign object
console.log(event.detail.Campaign);
// This event is passed the Action object
console.log(event.detail.Action);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment