findFirstStateComment Method
In This Topic
Finds the first state comment for specified annotation comment.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentListPanelJS(settings, stateButton);
var value; // Type: any
// Parameters
var comment; // Type: object
value = instance.findFirstStateComment(comment);
function findFirstStateComment(
: object
) : any;
Parameters
- comment
- An annotation comment (an instance of WebAnnotationCommentJS type).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also