withPage()
Home > @gooddata/sdk-backend-spi > IDashboardsQuery > withPage
IDashboardsQuery.withPage() method
Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0
Signature:
withPage(page: number): IDashboardsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
page | number | zero indexed, must be non-negative |
Returns:
dashboards query