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

FieldFolder

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

A FieldFolder element is a folder that contains fields and nested subfolders.

interface FieldFolder {
columns?: string[] | null;
description?: string | null;
}

§Properties

§
columns?: string[] | null
[src]

A folder has a list of columns. A column can only be in one folder.

§
description?: string | null
[src]

The description for a field folder.