Skip to content

Instantly share code, notes, and snippets.

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

  • Save brianaohern/5df6a426458bc83a1e5b6b5a8aabcf44 to your computer and use it in GitHub Desktop.

Select an option

Save brianaohern/5df6a426458bc83a1e5b6b5a8aabcf44 to your computer and use it in GitHub Desktop.
om.Html.append.after
document.addEventListener('om.Html.append.after', function(event) {
// This event is passed the Campaign object
console.log(event.detail.Campaign);
// This event is passed the Html object
console.log(event.detail.Html);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment