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

PivotTableFieldSubtotalOptions

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

The optional configuration of subtotals cells.

interface PivotTableFieldSubtotalOptions {
FieldId?: string | null;
}

§Properties

§
FieldId?: string | null
[src]

The field ID of the subtotal options.