gi-nx / openProject
ts
function openProject(projectId: string): void;Open a project in a new browser tab.
Parameters
| Parameter | Type | Description |
|---|---|---|
projectId | string | ID 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"]);