class ElementPtr
- namespace: RmlUi
Represents an owned element. This type is mainly used to modify the DOM tree by passing the object into other elements. For example RmlUi.Element:AppendChild()
. A current limitation in the Lua plugin is that Element member properties and functions cannot be used directly on this type.
[source]