__GetParent
Introduction
Returns the parent node of the Element.
Syntax
Parameters
Return Value
Returns the parent node of the current node. If there is no parent node, it returns undefined.
Example
The frontend framework can retrieve the parent node of an Element as follows.