Create an element with the given properties.
- Since:
- 1.0.0-rc.23
- Source:
- core.js, line 1757
Parameters:
| Name | Type | Description |
|---|
tag
| string | The tag name for the element. |
|---|
properties [nullable] | object | Properties for the created element. |
|---|
Returns:
The created element.
- Type
- Element