genstudio-extensibility-sdk

@adobe/genstudio-extensibility-sdk


@adobe/genstudio-extensibility-sdk / FieldUpdate

Type Alias: FieldUpdate

FieldUpdate: { experienceId: string; name: string; value: string; }

Payload describing a single field update to apply on the canvas.

Type declaration

experienceId

experienceId: string

ID of the experience containing the field to update

name

name: string

Name of the field to update (matches fieldName key)

value

value: string

The new value to write into the field