Skip to main content

NavigateToObject

Description

Navigate to the given object.

Syntax

// shellFrame points to instance of IShellFrame
await shellFrame.NavigateToObject(objId, newWindow);

Parameters

NameTypeDescription
objIdObjIDThe object to be navigated to.
newWindowbooleanFlag to indicate if the navigation should happen in new window/tab.

Return type

TypeDescription
Promise < void >Method does not return a value