local myAction = myPage:newAction()
myAction:onRightClick(function()
log("Heheh I got Right Clicked!")
end)
ClickAction:onRightClick(rightFunction)
Method Property | Fluent Description | Representation |
---|---|---|
rightFunction accepts | a function | |
Return Value | an Action |