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

CustomActionURLOperation

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

The URL operation that opens a link to another webpage.

interface CustomActionURLOperation {
URLTemplate: string;
}

§Properties

§

The target of the CustomActionURLOperation.

Valid values are defined as follows:

  • NEW_TAB: Opens the target URL in a new browser tab.
  • NEW_WINDOW: Opens the target URL in a new browser window.
  • SAME_TAB: Opens the target URL in the same browser tab.
§
URLTemplate: string
[src]

THe URL link of the CustomActionURLOperation.