Constructor
new SortAction()
- Source:
Examples
{"sort": {
"property": "myProperty",
"order": "asc"
}}
{"sort": {
"variable": "myVariable",
"order": "desc"
}}
//Shorthand sorts ascending on property
{"sort": "myProperty"}