sort()
Sorts the list using the provided callback.
sort(compareFn: (a: T, b: T) => number): this;
Related
class ObservableList
A data structure that contains an ordered set of observable objects.
Sorts the list using the provided callback.
sort(compareFn: (a: T, b: T) => number): this;