OrderBy: Array;
The OrderBy property determines sorting settings for dimension elements.
The property contains an array of elements in the format: : { <AttrId>: <PP.Mb.OrderBy> }, where AttrId - attribute identifier.
Property value is set from JSON. It is returned by the getOrderBy() method.
The example of use is given in description of the DimensionFilter.OnlySelected property.
See also: