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

ValueMapping

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

Associates a complex object with a display value. Use ValueMapping to store how to represent complex objects when they are displayed.

interface ValueMapping {
displayValue?: FormInputValueProperty | null;
}

§Properties

§
displayValue?: FormInputValueProperty | null
[src]

The value to display for the complex object.

§

The complex object.