Grammar Available for Widgets
Open a Webpage in a New Window
let url = "https://zep.us/";
window.parent.postMessage({
type: 'ScriptAction:OPEN_WINDOW',
link: url,
zepSystem: true
}, '*');Last updated
Was this helpful?