getProjectCommentUrl()
function getProjectCommentUrl(
projectId: string,
commentId: string,
name?: string): string;
Generate the URL for a single comment on a given project.
Parameters
| Parameter | Type | Description |
|---|---|---|
projectId | string | The ID of the project. |
commentId | string | The ID of the comment. |
name? | string | The name of the project. |
Returns
string
The URL string for the comment.