Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PagedListRequest

Represents parameters of request to the server to retrieve list data.

You can use this contract in your end-user code for better code completion.

Hierarchy

Index

Properties

Properties

skip

skip: number

Number of items already loaded to the list that must be skipped on next request.

sortings

sortings: SortParameter[]

Sortings, which must be applied to the data.

take

take: number

Number of items that must be loaded on next request.

Generated using TypeDoc