Interface CommentReply

Command argument for actions registered in comments/commentThread/context.

interface CommentReply {
    text: string;
    thread: CommentThread;
}

Properties

Properties

text: string

The value in the comment editor

The active comment thread