rootComponents/click

Click the coordinates provided by an event's clientX and clientY coordiates. Additionally, debug can be enabled to see the cursor position of of the click action.

Source:
Parameters:
Name Type Description
event object

A mouse event that is used for trigger a click action.

debug boolean

Allows to turn on the visuals for the click action.

Returns:

Chainable api by returning the instance.

Type
instance