Product Version : | Feathers 3.4.0 |
Constants for sorting of items in a collection.
Note: Some constants may not be valid for certain properties. Please
see the description of the property in the API reference for full
details.
public static const ASCENDING:String = "ascending"
Product Version : | Feathers 3.4.0 |
Indicates that items are sorted in ascending order.
public static const DESCENDING:String = "descending"
Product Version : | Feathers 3.4.0 |
Indicates that items are sorted in descending order.
public static const NONE:String = "none"
Product Version : | Feathers 3.4.0 |
Indicates that items are not sorted.
Sat Jun 18 2022, 02:58 PM -07:00