what is the parameter for OPEN IN NEW WINDOW in this function when using in custom JS
navigateToLink('url', parameters??)
what is the parameter for OPEN IN NEW WINDOW in this function when using in custom JS
navigateToLink('url', parameters??)
Use Navigate to Link action or JS directly:
code
window.open(...);
/code