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

Gets or sets the value which indicates whether strings should be compared case-sensitively when they are sorted.

get caseSensitive(): boolean

Returns boolean

set caseSensitive(a: boolean): void

Parameters

  • a: boolean

Returns void

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