Skip to main content

getSavedThreadCommentURL()

function getSavedThreadCommentURL(params: {
commentId: string;
threadId: string;
workspaceId: number;
}): string;

Returns the URL for a comment on a saved thread.

Parameters

ParameterType
params{ commentId: string; threadId: string; workspaceId: number; }
params.commentIdstring
params.threadIdstring
params.workspaceIdnumber

Returns

string