NavigateToObject
Description
Navigate to the given object.
Syntax
// shellFrame points to instance of IShellFrame
await shellFrame.NavigateToObject(objId, newWindow);
Parameters
Name | Type | Description |
---|---|---|
objId | ObjID | The object to be navigated to. |
newWindow | boolean | Flag to indicate if the navigation should happen in new window/tab. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |