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

ListControlSelectAllOptions

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

The configuration of the Select all options in a list control.

interface ListControlSelectAllOptions {
Visibility?: Visibility | null;
}

§Properties

§
Visibility?: Visibility | null
[src]

The visibility configuration of the Select all options in a list control.