UNPKG

@empathyco/x-components

Version:
78 lines (35 loc) 835 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [PageableRequest](./x-types.pageablerequest.md) ## PageableRequest interface Interface for any Request which supports pagination. **Signature:** ```typescript export interface PageableRequest ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [rows?](./x-types.pageablerequest.rows.md) </td><td> </td><td> number </td><td> _(Optional)_ </td></tr> <tr><td> [start?](./x-types.pageablerequest.start.md) </td><td> </td><td> number </td><td> _(Optional)_ </td></tr> </tbody></table>