var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentListPanelJS(settings, stateButton); var value; // Type: any // Parameters var comment; // Type: object var parent; // Type: object var userName; // Type: string var status; // Type: string value = instance.addStateComment(comment, parent, userName, status);
function addStateComment(
commentAn annotation comment (an instance of WebAnnotationCommentJS type) that is edited.: object,
parentAn annotation comment (an instance of WebAnnotationCommentJS type) that is a parent comment for the comment that is edited.: object,
userNameThe name of user, who added the reply.: string,
statusThe new state of annotation comment.: string
) : any;
Parameters
- comment
- An annotation comment (an instance of WebAnnotationCommentJS type) that is edited.
- parent
- An annotation comment (an instance of WebAnnotationCommentJS type) that is a parent comment for the comment that is edited.
- userName
- The name of user, who added the reply.
- status
- The new state of annotation comment.