Interface SharedPaginationContentFeatures<RT>
Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:21
The content features available in both pagination modes: the state and controls of the initial request.
Extended by
Type Parameters
RT
RT
Properties
abort?
optional abort?: () => void;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:35
Returns
void
isHidden
isHidden: boolean;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:23
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.
isOnline
isOnline: boolean;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:22
isRefreshing
isRefreshing: boolean;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:24
latestRequest?
optional latestRequest?: Future<RT>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:36
refresh
refresh: () => Promise<void>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:33
Returns
Promise<void>
reload
reload: () => Promise<void>;Defined in: warp-drive-packages/core/src/signals/pagination-subscription.ts:34
Returns
Promise<void>