Model for overview settings
name | data type | constraints | description |
---|---|---|---|
listTypes | array of ListType | Allowed types of listed objects | |
selectTypes | array of SelectType | Allowed ways to select objects | |
hideSortOptions | boolean | required boolean | Flag to determine, whether sorting options shall be hidden |
stickyChannel | boolean | required boolean | Flag to determine, whether source channel shall be stored for every selected object |
Example
{ "listTypes" : [ "FOLDER", "FOLDER" ], "selectTypes" : [ "FOLDER", "MANUAL" ], "hideSortOptions" : true, "stickyChannel" : true }