Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
Constructors
Section titled "Constructors"IgrDashboardTileSortDescription
new IgrDashboardTileSortDescription(): IgrDashboardTileSortDescription Returns IgrDashboardTileSortDescription
Properties
Section titled "Properties"field
Section titled "field"field: string sortDirection
Section titled "sortDirection"sortDirection: ListSortDirection Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"equals
Section titled "equals"Returns if the SortDescription is equal to another.
equals(other: any): boolean Parameters
- other:
any- The SortDescription to compare to.
Returns boolean
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string