sends a trigger when an object is Hovered



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>element</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>set which element triggers the event</td>
</tr>
<tr>
	<td>traverseChildren</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>include children</td>
</tr>
<tr>
	<td>pointsThreshold</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>pointsThreshold</td>
</tr>
<tr>
	<td>lineThreshold</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>lineThreshold</td>
</tr>
</table>