Interface IExtendedPagination

Hierarchy

Properties

current_page: number

Current page of the data

has_next_page: boolean

This value will be true if a next page exists for the data & vice versa

items: IItems

Data of the pagination

last_visible_page: number

Last visible page of the data

Generated using TypeDoc