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

MutationActionSetStateParameter

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

Represents the state configuration when an action modifies a property of another element within the same component.

interface MutationActionSetStateParameter {
componentName: string;
property: string;
}

§Properties

§
componentName: string
[src]

The name of the component that is being modified.

§
property: string
[src]

The name of the component property to apply the state configuration to.

§

The state configuration to assign to the property.