Interface InfinitePaginationContentFeatures<RT>
Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:51
The content features yielded in 'infinite' mode: navigation happens by extending the loaded run at either end.
Extends
Type Parameters
RT
RT
Properties
abort?
optional abort?: () => void;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:35
Returns
void
Inherited from
SharedPaginationContentFeatures.abort
isHidden
isHidden: boolean;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:23
Inherited from
SharedPaginationContentFeatures.isHidden
isNavigating
isNavigating: boolean;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:32
Whether a changed @request arg is currently resolving against the loaded collection — e.g. a route-driven navigation (browser back button). The existing content stays rendered while this is true; once the request resolves it either becomes the active page (same collection) or the component resets to the new collection.
Inherited from
SharedPaginationContentFeatures.isNavigating
isOnline
isOnline: boolean;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:22
Inherited from
SharedPaginationContentFeatures.isOnline
isRefreshing
isRefreshing: boolean;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:24
Inherited from
SharedPaginationContentFeatures.isRefreshing
latestRequest?
optional latestRequest?: Future<RT>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:36
Inherited from
SharedPaginationContentFeatures.latestRequest
loadNext
loadNext: () => Promise<RT | null>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:52
Returns
Promise<RT | null>
loadPrev
loadPrev: () => Promise<RT | null>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:53
Returns
Promise<RT | null>
refresh
refresh: () => Promise<void>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:33
Returns
Promise<void>
Inherited from
SharedPaginationContentFeatures.refresh
reload
reload: () => Promise<void>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:34
Returns
Promise<void>