Triggers sorting for the list.
(descriptor: SortDescriptor)
| 118 | loadMore(): void; |
| 119 | /** Triggers sorting for the list. */ |
| 120 | sort(descriptor: SortDescriptor): void; |
| 121 | /** The current loading state for the list. */ |
| 122 | loadingState: LoadingState; |
| 123 | } |
no outgoing calls
no test coverage detected