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

ExplicitHierarchy

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

The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

interface ExplicitHierarchy {
Columns: ColumnIdentifier[];
DrillDownFilters?: DrillDownFilter[] | null;
HierarchyId: string;
}

§Properties

§

The list of columns that define the explicit hierarchy.

§
DrillDownFilters?: DrillDownFilter[] | null
[src]

The option that determines the drill down filters for the explicit hierarchy.

§
HierarchyId: string
[src]

The hierarchy ID of the explicit hierarchy.