A node that outputs a html element
Name | Type | Required | Multiple | Min. | Max. | Description |
---|---|---|---|---|---|---|
Inner HTML (innerHtml) | html | - | - | The inner HTML of the element, this is the content of the element, it can be a string or other html nodes | ||
Properties (properties) | object | - | - | The properties of the element, it should be an object of key-value pairs |
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Tag (tag) | string | div | The tag of the element, it should be a valid HTML tag, e.g. div, span, h1, etc. |
Name | Type | Description |
---|---|---|
Html Element (htmlElement) | html |