Interface UpdateControlPropertyCommandData

Represents command data for updating a control's property.

Hierarchy

  • UpdateControlPropertyCommandData

Properties

propertyName: string

The name of the property to change.

propertyValue: unknown

The value to apply to the chosen property.