Web-based responsive document annotation tool
activeannoservice / project.selection / SubFilterWithOptions
data class SubFilterWithOptions
A subfilter but with options aggregated
Name | Summary |
---|---|
<init> | A subfilter but with options aggregatedSubFilterWithOptions(key: String , displayName: String , selectionType: SelectionType , options: List < SubFilterOption >) |
Name | Summary |
---|---|
displayName | val displayName: String |
key | val key: String |
options | val options: List < SubFilterOption > |
selectionType | val selectionType: SelectionType |