ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.target / TargetType

TargetType

enum class TargetType

Enum class representing the two Target types, equivalent value to the JsonSubType of Target class

Enum Values

Name Summary
DOCUMENT_TARGET  
SPAN_TARGET  

Properties

Name Summary
value val value: String

Companion Object Functions

Name Summary
forTargetTypeString fun forTargetTypeString(targetType: String?): TargetType?