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

SortProperty

import type { SortProperty } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";

Describes how to sort the data that you bind to a component.

interface SortProperty {
direction: SortDirection;
field: string;
}

§Properties

§

The direction of the sort, either ascending or descending.

§
field: string
[src]

The field to perform the sort on.