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

UpdateThemeData

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

Saves the data binding information for a theme.

interface UpdateThemeData {
id?: string | null;
name?: string | null;
overrides?: ThemeValues[] | null;
values: ThemeValues[];
}

§Properties

§
id?: string | null
[src]

The unique ID of the theme to update.

§
name?: string | null
[src]

The name of the theme to update.

§
overrides?: ThemeValues[] | null
[src]

Describes the properties that can be overriden to customize the theme.

§

A list of key-value pairs that define the theme's properties.