ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition / TagSetAnnotationDefinition / TagSetOption

TagSetOption

data class TagSetOption

Option for a tag set.

Constructors

Name Summary
<init> Option for a tag set.TagSetOption(id: String, name: String, shortName: String?)

Properties

Name Summary
id Unique ID for the tag set option, needs to be unique for the annotation. If you want comparability across annotations, you might want to re-use them if it makes sense.val id: String
name Short, clear name describing the option. Will be displayed in a button or dropdown.val name: String
shortName Shorter version of name, optional. If present, will be used for UI elements with limited space, i.e. for inline span labelsval shortName: String?