__CreateComponentCreates a ComponentElement object.
| Key | Description | 
|---|---|
| parentComponentUniqueID | The Unique Component ID of the ComponentElement that creates this Element, which is a number. | 
| componentID | The componentID set by the frontend framework for the ComponentElement, which is a case-sensitive string. | 
| cssID | The CSSFragment ID, which is of type number. | 
| entryName | The schema information of the Lazy Bundle where the current ComponentElement is located, which is a case-sensitive string. | 
| name | The frontend-defined name of the current ComponentElement, which is a case-sensitive string. | 
| path | The frontend path of the current ComponentElement, which is a case-sensitive string. | 
| config | The configuration for the current ComponentElement. | 
| info | Some additional information required when creating the ComponentElement; this parameter can be omitted. | 
Returns the ComponentElement.
The frontend framework can create a ComponentElement in the following way.