ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout.elements.display / MetaDataMapping

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

Constructors

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>)

Properties

Name Summary
fallback val fallback: List<DisplayElement>
id val id: String
mapping val mapping: Map<String, List<DisplayElement>>