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

CustomActionNavigationOperation

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

The navigation operation that navigates between different sheets in the same analysis.

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

interface CustomActionNavigationOperation {
LocalNavigationConfiguration?: LocalNavigationConfiguration | null;
}

§Properties

§
LocalNavigationConfiguration?: LocalNavigationConfiguration | null
[src]

The configuration that chooses the navigation target.