Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created July 23, 2020 18:36
Show Gist options
  • Save ericakfranz/639cc4a77b47de9aab7d1b16b4a9b437 to your computer and use it in GitHub Desktop.
Save ericakfranz/639cc4a77b47de9aab7d1b16b4a9b437 to your computer and use it in GitHub Desktop.
om.Campaign.afterCleanup
document.addEventListener('om.Campaign.afterCleanup', function(event) {
// This event is passed the Campaign object
console.log(event.detail.Campaign);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment