ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate / AnnotationEnableConditionResult

AnnotationEnableConditionResult

data class AnnotationEnableConditionResult

A single EnableCondition applied result, indicating if an annotation is required or not.

Constructors

Name Summary
<init> A single EnableCondition applied result, indicating if an annotation is required or not.AnnotationEnableConditionResult(annotationID: AnnotationID, targetType: TargetType, required: Boolean)

Properties

Name Summary
annotationID val annotationID: AnnotationID
required val required: Boolean
targetType val targetType: TargetType