Represents the settings which apply to sorting a region of values.

SortSettings$1

new SortSettings$1($t: Type, a: ISortSettingsOwner, b: object): SortSettings$1

Returns SortSettings$1

$t: Type
caseSensitive: boolean

Gets or sets the sort condition for the specified sort-able item.

sortConditions(sortableItem: T, value: SortCondition): SortCondition

Parameters

  • sortableItem: T

    The sort-able item for which to get or set the sort condition.

  • value: SortCondition

Returns SortCondition