Promotes an attribute from object to geometry or vice-versa.


## Description

The attribute can also be promoted with different modes, such as only the min, max or first found.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>group</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>the group this applies to</td>
</tr>
<tr>
	<td>classFrom</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>class the attribute is from (object or geometry)</td>
</tr>
<tr>
	<td>classTo</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>class the attribute should be promoted to (object or geometry)</td>
</tr>
<tr>
	<td>mode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>mode used to promote the attribute (min, max or first_found)</td>
</tr>
<tr>
	<td>name</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of the attribute to promote</td>
</tr>
</table>