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

SecondaryValueOptions

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

The options that determine the presentation of the secondary value of a KPI visual.

interface SecondaryValueOptions {
Visibility?: Visibility | null;
}

§Properties

§
Visibility?: Visibility | null
[src]

Determines the visibility of the secondary value.