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

DataPathSort

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

Allows data paths to be sorted by a specific data value.

interface DataPathSort {
Direction: SortDirection;
SortPaths: DataPathValue[];
}

§Properties

§

Determines the sort direction.

§
SortPaths: DataPathValue[]
[src]

The list of data paths that need to be sorted.