interface EditForumCommentOptions {
    content?: string;
}

Properties

Properties

content?: string

New content of the comment.