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

DefaultNewSheetConfiguration

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

The configuration for default new sheet settings.

interface DefaultNewSheetConfiguration {
InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration | null;
PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration | null;
SheetContentType?: SheetContentType | null;
}

§Properties

§
InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration | null
[src]

The options that determine the default settings for interactive layout configuration.

§
PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration | null
[src]

The options that determine the default settings for a paginated layout configuration.

§
SheetContentType?: SheetContentType | null
[src]

The option that determines the sheet content type.