Interface IPagingOptions

Index

Properties

Properties

optional public currentPage?: number

currentPage: the uhm... current page.

optional public pageSize?: number

pageSize: currently selected page size.

optional public pageSizes?: Array<number>

pageSizes: list of available page sizes.

optional public totalServerItems?: number

totalServerItems: Total items are on the server.