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