Flarum (v2.0.0-beta.6)
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    initialLoading: boolean = false
    loadingNext: boolean = false
    loadingPage: boolean = false
    loadingPrev: boolean = false
    pages: Page<Notification>[] = []
    pageSize: number | null
    params: PaginatedListParams = ...
    totalItems: number | null = null
    DEFAULT_PAGE_SIZE: number = 20

    This value should not be relied upon when preloading an API document. In those cases the pageSize should be taken from the meta information of the preloaded document. Checkout DiscussionListState.loadPage for an example.

    Accessors

    Methods