Class PaginatedListState<T, P>Abstract

Type Parameters

Hierarchy

Constructors

Properties

initialLoading: boolean = false
loadingNext: boolean = false
loadingPrev: boolean = false
pageSize: number
pages: Page<T>[] = []
params: P = ...

Accessors

Methods

  • Returns true when there aren't any items and the state has already done its initial loading. If you want to know whether there are items regardless of load state, use hasItems() instead

    Returns boolean

    See

    hasItems

Generated using TypeDoc v0.24.8