Abstract base class for the sort conditions which describe how to sort data in a region.

SortCondition

new SortCondition(a: number): SortCondition

Returns SortCondition

$t: Type

Gets the value which indicates the sort direction represented by the sort condition. Either SortDirection.Ascending or SortDirection.Descending.

get sortDirection(): SortDirection

Returns SortDirection

Determines whether the [[SortCondition]] is equal to the specified object.

equals(obj: any): boolean

Parameters

  • obj: any

    The object to test for equality.

Returns boolean

Gets the hash code for the [[SortCondition]].

getHashCode(): number

Returns number