File

src/modules/pagination/components/paginate-event.intf.ts

Description

Event to be emitted by the Stark Pagination component when the pagination changes

Index

Properties

Properties

itemsPerPage
itemsPerPage: number
Type : number

Current number of items displayed per page

page
page: number
Type : number

Current page after pagination

export interface StarkPaginateEvent {
	/**
	 * Current page after pagination
	 */
	page: number;

	/**
	 * Current number of items displayed per page
	 */
	itemsPerPage: number;
}

results matching ""

    No results matching ""