Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PaginationConfiguration

import type { PaginationConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The pagination configuration for a table visual or boxplot.

interface PaginationConfiguration {
PageNumber: number;
PageSize: number;
}

§Properties

§
PageNumber: number
[src]

Indicates the page number.

§
PageSize: number
[src]

Indicates how many items render in one page.