Interface ControlUpdatedData

Represents the response when a form control is updated.

Hierarchy

  • ControlUpdatedData

Index

Properties

control

control: any

The data describing the form control.

controlContainer

controlContainer: HTMLElement

The element containing the form control.

controlData

controlData: FormControlData

The data for the form control that has updated.

controlName

controlName: string

The name of the form control.

controlNameWithSpecId

controlNameWithSpecId: string

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