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

CategoryDrillDownFilter

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

The numeric equality type drill down filter.

interface CategoryDrillDownFilter {
CategoryValues: string[];
}

§Properties

§
CategoryValues: string[]
[src]

A list of the string inputs that are the values of the category drill down filter.

§

The column that the filter is applied to.