__NextElement
Returns the node that immediately follows the specified Element node in its parent's list of child nodes. If the specified node is the last node, it returns undefined.
Key | Description |
---|---|
element | Any Element object. |
Returns the node that immediately follows the current Element object in its parent's list of child nodes. If the current Element is the last node, it returns undefined.
The frontend framework can retrieve the next node of a specified Element as follows.