Interface ControlMacroData

Represents command data for executing a macro on a control.

Hierarchy

Index

Properties

Optional clickPositionX

clickPositionX: number

The X coordinate of the position the macro was clicked at.

Optional clickPositionY

clickPositionY: number

The Y coordinate of the position the macro was clicked at.

Optional macroArgument

macroArgument: string

The argument to execute the macro with.

macroName

macroName: string

The name of the macro to execute.