Interface UpdateControlPropertyCommandData

Represents command data for updating a control's property.

Hierarchy

  • UpdateControlPropertyCommandData

Index

Properties

propertyName

propertyName: string

The name of the property to change.

propertyValue

propertyValue: string

The value to apply to the chosen property.