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

VisualCustomAction

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

A custom action defined on a visual.

interface VisualCustomAction {
ActionOperations: VisualCustomActionOperation[];
CustomActionId: string;
Name: string;
Status?: WidgetStatus | null;
}

§Properties

§

A list of VisualCustomActionOperations.

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

§
CustomActionId: string
[src]

The ID of the VisualCustomAction.

§
Name: string
[src]

The name of the VisualCustomAction.

§
Status?: WidgetStatus | null
[src]

The status of the VisualCustomAction.

§

The trigger of the VisualCustomAction.

Valid values are defined as follows:

  • DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.