Guest User

Untitled

a guest
Nov 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. document.addEventListener('om.Types.init', function(event) {
  2.  
  3. // The Campaign type.
  4. console.log(event.detail.Type.type);
  5.  
  6. // The Campaign Type object (one of Floating, Fullscreen, Inline, Popup, Slide)
  7. console.log(event.detail.Type.Type);
  8. } );
Add Comment
Please, Sign In to add comment