PaginationStatusX extension

Extension methods for PaginationStatus.

on

Properties

canLoadMore bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether more pages can be loaded.
no setter
hasItems bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether there are items to display.
no setter
isCompleted bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether all data has been loaded.
no setter
isEmpty bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether showing empty state.
no setter
isError bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether the status indicates an error occurred.
no setter
isFirstPageError bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether showing first page error (no items to show).
no setter
isInitialLoading bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether in first page loading state (no items yet).
no setter
isLoading bool

Available on PaginationStatus, provided by the PaginationStatusX extension

Whether the status indicates loading (first page or more).
no setter