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

CustomActionFilterOperation

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

The filter operation that filters data included in a visual or in an entire sheet.

interface CustomActionFilterOperation {
SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfiguration;
TargetVisualsConfiguration: FilterOperationTargetVisualsConfiguration;
}

§Properties

§

The configuration that chooses the fields to be filtered.

§

The configuration that chooses the target visuals to be filtered.