getSavedThreadCommentURL()
function getSavedThreadCommentURL(params: {
commentId: string;
threadId: string;
workspaceId: number;
}): string;
Returns the URL for a comment on a saved thread.
Parameters
| Parameter | Type |
|---|---|
params | { commentId: string; threadId: string; workspaceId: number; } |
params.commentId | string |
params.threadId | string |
params.workspaceId | number |
Returns
string