Allows to create an axlItem, with the provided type and holding the provided data.
The function won't configure the parent node holding the item.
- Parameters:
-
| type | The type that will represent the axlItem created. |
| data | Data associated to the axlItem. This function won't perform any copy for the data received. The user calling to this API will ensure that the data is only owned by the axlItem created. |
- Returns:
- A newly allocated axlItem with no parent and holding the data provided.