Skip to content

gi-nx


gi-nx / openProject

ts
function openProject(projectId: string): void;

Open a project in a new browser tab.

Parameters

ParameterTypeDescription
projectIdstringID of the project to open

Returns

void

Throws

Error if project is not found or user doesn't have access

Example

typescript
rpc.invoke("openProject", ["project-456"]);