Web-based responsive document annotation tool
activeannoservice / annotationdefinition / HierarchicalTagSetAnnotationDefinition / HierarchicalTagSetOption
data class HierarchicalTagSetOption
Option for a hierarchical tag set.
| Name | Summary |
|---|---|
| <init> | Option for a hierarchical tag set.HierarchicalTagSetOption(id: String, name: String, shortName: String?, children: List<HierarchicalTagSetOption>? = null) |
| Name | Summary |
|---|---|
| children | val children: List<HierarchicalTagSetOption>? |
| id | val id: String |
| name | 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? |