Web-based responsive document annotation tool
activeannoservice / project.selection / SubFilter
data class SubFilter
A SubFilter is one element by which a user can filter documents shown
Name | Summary |
---|---|
<init> | A SubFilter is one element by which a user can filter documents shownSubFilter(key: String , displayName: String , selectionType: SelectionType ) |
Name | Summary |
---|---|
displayName | String to display above inputval displayName: String |
key | originalDocument keyval key: String |
selectionType | The kind of inputval selectionType: SelectionType |