Skip to main content

getProjectUrl()

function getProjectUrl(projectId: string, name?: string): string;

Generate the URL for a given project.

Parameters

ParameterTypeDescription
projectIdstringThe ID of the project.
name?stringThe name of the project.

Returns

string

The URL string for the project view.