Properties
Optional anchor
anchor: "TopLeft" | "TopCenter" | "TopRight" | "MidLeft" | "MidCenter" | "MidRight" | "BottomLeft" | "BottomCenter" | "BottomRight"
Optional clickCount
clickCount: number
Optional clickType
clickType: "DownAndUp" | "Down" | "Up"
Optional executionMode
executionMode: "Foreground" | "Background"
Optional isCommand
isCommand: boolean
Optional isControl
isControl: boolean
Optional isOption
isOption: boolean
Optional isRightClick
isRightClick: boolean
Optional isShift
isShift: boolean
Optional onCancel
onCancel: "ThrowError" | "Abort" | "Continue"
Optional onError
onError: "ThrowError" | "Continue"
Optional relativePosition