@microsoft/fast-element > SortObserver
SortObserver interface
Observes array sort.
Signature:
export interface SortObserver extends Subscriber
Extends: Subscriber
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
The sorted times on the observed array, this should be incremented every time an item in the array changes location. |