Enum for options to change context trigger BOTH_CLICKS option is introduced in 10.7
BOTH_CLICKS
LEFT_CLICK
RIGHT_CLICK
BOTH_CLICKS:= "both-clicks"
Defined in : types.ts
LEFT_CLICK:= "left-click"
RIGHT_CLICK:= "right-click"