__GetParent
Returns the parent node of the Element.
Key | Description |
---|---|
element | Any Element object. |
Returns the parent node of the current node. If there is no parent node, it returns undefined.
The frontend framework can retrieve the parent node of an Element as follows.