Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 20:36
Show Gist options
  • Save brianaohern/afcbfc79c46dc3934d8beebf5144a090 to your computer and use it in GitHub Desktop.
Save brianaohern/afcbfc79c46dc3934d8beebf5144a090 to your computer and use it in GitHub Desktop.
om.Action.view
document.addEventListener('om.Action.view', 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