Creates a LimitPageConfiguration instance. Default: Show first page, with 5 items.
A LimitPageConfiguration object that describes the wanted behavior
Enables or disables the feature. Default: false
Defines the page to show. Default: 1
Defines the pageSize that with the page
controls which item-range to show.
Default: 5
Hints the ui to show a pager to allow browsing the categories in the node. Default: true
Generated using TypeDoc
Defines paging parameters for controlling which range of items to show. Used to limit the number of items to display. The regular use-case is to set a pageSize, which acts as the number of items to show. The limit is also designed to allow paging, by changing page from 1 and thus allowing paging the categories.