ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.selection / SubFilterWithOptions

SubFilterWithOptions

data class SubFilterWithOptions

A subfilter but with options aggregated

Constructors

Name Summary
<init> A subfilter but with options aggregatedSubFilterWithOptions(key: String, displayName: String, selectionType: SelectionType, options: List<SubFilterOption>)

Properties

Name Summary
displayName val displayName: String
key val key: String
options val options: List<SubFilterOption>
selectionType val selectionType: SelectionType