Web-based responsive document annotation tool
activeannoservice / project.layout.elements.display / MetaDataMapping
data class MetaDataMapping : DisplayElement
For a meta data element, use the value as a key to the mapping map and display a list of DisplayElements or the fallback if no value is found for the key
| Name | Summary |
|---|---|
| <init> | For a meta data element, use the value as a key to the mapping map and display a list of DisplayElements or the fallback if no value is found for the keyMetaDataMapping(id: String, mapping: Map<String, List<DisplayElement>>, fallback: List<DisplayElement>) |
| Name | Summary |
|---|---|
| fallback | val fallback: List<DisplayElement> |
| id | val id: String |
| mapping | val mapping: Map<String, List<DisplayElement>> |