interface SetCommentProperty {
    commentId: string;
    property: any;
    propertyKey: string;
}

Properties

commentId: string

The ID of the comment.

property: any
propertyKey: string

The key of the property. The maximum length is 255 characters.