Web-based responsive document annotation tool
activeannoservice / api.annotate / AnnotationEnableConditionResult
data class AnnotationEnableConditionResult
A single EnableCondition applied result, indicating if an annotation is required or not.
| Name | Summary |
|---|---|
| <init> | A single EnableCondition applied result, indicating if an annotation is required or not.AnnotationEnableConditionResult(annotationID: AnnotationID, targetType: TargetType, required: Boolean) |
| Name | Summary |
|---|---|
| annotationID | val annotationID: AnnotationID |
| required | val required: Boolean |
| targetType | val targetType: TargetType |