DimensionFilter.OrderBy

Syntax

OrderBy: Array;

Description

The OrderBy property determines sorting settings for dimension elements.

Comments

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.

Example

The example of use is given in description of the DimensionFilter.OnlySelected property.

See also:

DimensionFilter