Represents the response when a form control is updated.

Hierarchy

  • ControlUpdatedData

Properties

control: HTMLElement

The form control element.

controlContainer: HTMLElement

The element containing the form control.

controlData: FormControlData

The data for the form control that has updated.

controlName: string

The name of the form control.

controlNameWithSpecId: string

The name of the form control suffixed with the unique specification identifier.