createCommentThread
Create a new comment thread record. Pair with createComment for the thread's first message.
function createCommentThread(props: {
anchor: TLCommentAnchor;
createdBy: string;
meta?: JsonObject;
now?: number;
pageId: TLPageId;
}): TLCommentThread;Parameters
| Name | Description |
|---|---|
| |
Returns
Prev
createCommentReactionIdNext
createCommentThreadId