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

ValueMappings

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

Represents the data binding configuration for a value map.

interface ValueMappings {
values: ValueMapping[];
}

§Properties

§

The value and display value pairs.