* Gets whether the collection is currently loading more data
()
| 435 | * Gets whether the collection is currently loading more data |
| 436 | */ |
| 437 | public get isLoadingSubset(): boolean { |
| 438 | return this.pendingLoadSubsetPromises.size > 0 |
| 439 | } |
| 440 | |
| 441 | /** |
| 442 | * Tracks a load promise for isLoadingSubset state. |
nothing calls this directly
no outgoing calls
no test coverage detected