ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate / CheckEnableConditionRequestBody

CheckEnableConditionRequestBody

data class CheckEnableConditionRequestBody

Data class to receive a check enable condition request

Constructors

Name Summary
<init> Data class to receive a check enable condition requestCheckEnableConditionRequestBody(documentID: DocumentID, usedProject: UsedAnnotateProject, annotations: AnnotationMap)

Properties

Name Summary
annotations val annotations: AnnotationMap
documentID val documentID: DocumentID
usedProject val usedProject: UsedAnnotateProject