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

VisualCustomActionOperation

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

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface VisualCustomActionOperation {
FilterOperation?: CustomActionFilterOperation | null;
NavigationOperation?: CustomActionNavigationOperation | null;
SetParametersOperation?: CustomActionSetParametersOperation | null;
URLOperation?: CustomActionURLOperation | null;
}

§Properties

§
FilterOperation?: CustomActionFilterOperation | null
[src]

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

§
SetParametersOperation?: CustomActionSetParametersOperation | null
[src]

The set parameter operation that sets parameters in custom action.

§
URLOperation?: CustomActionURLOperation | null
[src]

The URL operation that opens a link to another webpage.