var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentListPanelJS(settings, stateButton); var value; // Type: any // Parameters var comment; // Type: object var userName; // Type: string value = instance.addCommentReply(comment, userName);
function addCommentReply(
commentAn annotation comment (an instance of WebAnnotationCommentJS type) that should be replied.: object,
userNameThe name of user, who added the reply.: string
) : any;
Parameters
- comment
- An annotation comment (an instance of WebAnnotationCommentJS type) that should be replied.
- userName
- The name of user, who added the reply.