Skip to main content

NavigateToObject

Description

Navigate to the given object.

Syntax

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

Parameters

NameOptionalityTypeDescription
objIdRequiredObjIDThe object to be navigated to.
newWindowRequiredbooleanFlag to indicate if the navigation should happen in new window/tab.
isLatestVersionOptionalbooleanFlag to indicate if the latest version of the object should be navigated. Default is true.
versionOptionalnumberThe version of the object to be navigated. Default is -1.

Return type

TypeDescription
Promise < void >Method does not return a value