isCommentThreadId

See source code

Type guard for TLCommentThreadId. isCommentId rejects these — comment-thread: and comment: differ in the character after comment, so the prefixes never overlap.

function isCommentThreadId(id: string): id is TLCommentThreadId;

Parameters

NameDescription

id

string;

Returns

Prev
isCommentReactionId
Next
isCustomRecord