Belin.io Core
    Preparing search index...

    Class PaginatedList<T>

    A list with information relevant to the pagination of its items.

    Type Parameters

    • T

    Implements

    • Iterable<T, void, void>
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    items: T[]

    The list items.

    pagination: PaginationState

    The information relevant to the pagination of the list items.

    Accessors

    Methods

    • Returns a new iterator that allows iterating the items of this list.

      Returns Generator<T, void, void>

      An iterator over the items of this list.