Interface SpecificationMacroData

Represents data for running a macro on a specification.

Hierarchy

Index

Properties

Optional caller

caller: string

The name of the macro caller.

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.