navigate

This function places a request to navigate the current hosting page to a path, relative or absolute

Syntax

import messageHandler from '@vcita/intandem-app-com';

// ...initialize the handler

messageHandler.navigate("relative","/dashboard",false, ack)

Parameters

  1. type (String): The type of navigation requested

Available types

StateDescription
relativeAn internal path in the system
absoluteAn external url, navigating
  1. path (String):
  2. newTab (boolean), default false: Will open a new tab with the requested URL