Skip to main content

GUI_Page

Connection callback event that is called when a page change occurs.

Callback Parameters

  • pagingobject: An object containing information about the page change.

JavaScript

pagingobject {
numpages: number; // Indicates total number of pages.
currentpage: number; // Indicates current page.
}