Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 20:30
Show Gist options
  • Select an option

  • Save brianaohern/6b83b0a58580bc73b77654f5e7a23da5 to your computer and use it in GitHub Desktop.

Select an option

Save brianaohern/6b83b0a58580bc73b77654f5e7a23da5 to your computer and use it in GitHub Desktop.
om.Action.redirect
document.addEventListener('om.Action.redirect', 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