A single sort-field entry within a User View's sort configuration.
The SortState column of the User Views entity stores a JSON array of these
objects, representing a multi-column sort applied left-to-right. For example:
The runtime class ViewSortInfo in MJUserViewEntityExtended maps the direction
string to a ViewSortDirectionInfo enum. This interface represents the raw
serialized form. The JSONTypeIsArray flag is set so CodeGen emits MJUserViewEntity_ISortStateItem[].
A single sort-field entry within a User View's sort configuration.
The
SortStatecolumn of theUser Viewsentity stores a JSON array of these objects, representing a multi-column sort applied left-to-right. For example:The runtime class
ViewSortInfoin MJUserViewEntityExtended maps thedirectionstring to aViewSortDirectionInfoenum. This interface represents the raw serialized form. TheJSONTypeIsArrayflag is set so CodeGen emitsMJUserViewEntity_ISortStateItem[].