Represents the settings which apply to sorting a region of values.
Constructors
Section titled "Constructors"SortSettings$1
new SortSettings$1($t: Type, a: ISortSettingsOwner, b: object): SortSettings$1 Returns SortSettings$1
Properties
Section titled "Properties"$t: Type caseSensitive
Section titled "caseSensitive"caseSensitive: boolean Methods
Section titled "Methods"sortConditions
Section titled "sortConditions"Gets or sets the sort condition for the specified sort-able item.
sortConditions(sortableItem: T, value: SortCondition): SortCondition Parameters
- sortableItem:
TThe sort-able item for which to get or set the sort condition.
- value:
SortCondition