Action/Event Info
Last updated
Last updated
Action/Event Info
is an that provides information about a user-interaction event when used inside the Tasks flow parameter of the , and similar blocks. The output is of type and is compatible with of type or of type .
The user-interaction event information is in the form of an object with the following properties:
xpos
x-coordinate of the mouse pointer position.
ypos
y-coordinate of the mouse pointer position.
element
Reference to the element on which the interaction event occurred.
name
id
id2
design
domEventInfo
The Action/Event Info block only works when used inside the Tasks of the , and similar blocks.
This relates to dynamic content and information provided .
This relates to dynamic content and information provided .
This relates to dynamic content and information provided .
This relates to dynamic content and information provided .
Reference to the DOM's event information object for more advanced usage. See for more information.
The image below shows an example of the Action/Event Info block used inside the Tasks of the block.
The block is used to display the x and y coordinates of the mouse pointer when the click event occurred.